Uses of Class
org.ojalgo.array.ArrayR064
-
Packages that use ArrayR064 Package Description org.ojalgo.array org.ojalgo.matrix.store org.ojalgo.optimisation.linear org.ojalgo.random.process -
-
Uses of ArrayR064 in org.ojalgo.array
Methods in org.ojalgo.array that return ArrayR064 Modifier and Type Method Description static ArrayR064
ArrayR064. make(int size)
static ArrayR064
ArrayR064. wrap(double... data)
-
Uses of ArrayR064 in org.ojalgo.matrix.store
Subclasses of ArrayR064 in org.ojalgo.matrix.store Modifier and Type Class Description class
R064Store
A double implementation of PhysicalStore. -
Uses of ArrayR064 in org.ojalgo.optimisation.linear
Methods in org.ojalgo.optimisation.linear that return ArrayR064 Modifier and Type Method Description private static ArrayR064
LinearSolver.OldIntegration. toModelVariableValues(Access1D<?> solverVariableValues, ExpressionsBasedModel model, ArrayR064 modelVariableValues)
Methods in org.ojalgo.optimisation.linear with parameters of type ArrayR064 Modifier and Type Method Description private static ArrayR064
LinearSolver.OldIntegration. toModelVariableValues(Access1D<?> solverVariableValues, ExpressionsBasedModel model, ArrayR064 modelVariableValues)
-
Uses of ArrayR064 in org.ojalgo.random.process
Methods in org.ojalgo.random.process that return ArrayR064 Modifier and Type Method Description ArrayR064
Process1D. getValues()
-