Package org.ojalgo.optimisation.convex
Class IterativeASS.SparseArrayPool
java.lang.Object
org.ojalgo.type.ObjectPool<BasicArray<Double>>
org.ojalgo.optimisation.convex.IterativeASS.SparseArrayPool
- Enclosing class:
IterativeASS
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final SparseArray.SparseFactory
<Double> private final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BasicArray
<Double> protected void
reset
(BasicArray<Double> object) Methods inherited from class org.ojalgo.type.ObjectPool
borrow, giveBack
-
Field Details
-
ARRAY_FACTORY
-
myCount
private final int myCount
-
-
Constructor Details
-
SparseArrayPool
SparseArrayPool(int count)
-
-
Method Details
-
newObject
- Specified by:
newObject
in classObjectPool<BasicArray<Double>>
-
reset
- Specified by:
reset
in classObjectPool<BasicArray<Double>>
-