Class ProductFormInverse.ArrayPool
java.lang.Object
org.ojalgo.type.ObjectPool<SparseArray<Double>>
org.ojalgo.optimisation.linear.ProductFormInverse.ArrayPool
- Enclosing class:
ProductFormInverse
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final SparseArray.SparseFactory<Double> private final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SparseArray<Double> protected voidreset(SparseArray<Double> object) Methods inherited from class ObjectPool
borrow, giveBack
-
Field Details
-
FACTORY
-
myDim
private final int myDim
-
-
Constructor Details
-
ArrayPool
ArrayPool(int dim)
-
-
Method Details
-
newObject
- Specified by:
newObjectin classObjectPool<SparseArray<Double>>
-
reset
- Specified by:
resetin classObjectPool<SparseArray<Double>>
-