Package org.ojalgo.optimisation.linear
Class ProductFormInverse.ArrayPool
- java.lang.Object
-
- org.ojalgo.type.ObjectPool<SparseArray<java.lang.Double>>
-
- org.ojalgo.optimisation.linear.ProductFormInverse.ArrayPool
-
- Enclosing class:
- ProductFormInverse
static final class ProductFormInverse.ArrayPool extends ObjectPool<SparseArray<java.lang.Double>>
-
-
Field Summary
Fields Modifier and Type Field Description private static SparseArray.SparseFactory<java.lang.Double>
FACTORY
private int
myDim
-
Constructor Summary
Constructors Constructor Description ArrayPool(int dim)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SparseArray<java.lang.Double>
newObject()
protected void
reset(SparseArray<java.lang.Double> object)
-
Methods inherited from class org.ojalgo.type.ObjectPool
borrow, giveBack
-
-
-
-
Field Detail
-
FACTORY
private static final SparseArray.SparseFactory<java.lang.Double> FACTORY
-
myDim
private final int myDim
-
-
Method Detail
-
newObject
protected SparseArray<java.lang.Double> newObject()
- Specified by:
newObject
in classObjectPool<SparseArray<java.lang.Double>>
-
reset
protected void reset(SparseArray<java.lang.Double> object)
- Specified by:
reset
in classObjectPool<SparseArray<java.lang.Double>>
-
-