Uses of Class
org.ojalgo.structure.Primitive2D
-
Packages that use Primitive2D Package Description org.ojalgo.optimisation.linear org.ojalgo.structure -
-
Uses of Primitive2D in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as Primitive2D Modifier and Type Field Description private Primitive2D
SimplexTableau. myConstraintsBody
Methods in org.ojalgo.optimisation.linear that return Primitive2D Modifier and Type Method Description (package private) Primitive2D
SimplexTableau. constraintsBody()
The area of the tableau corresponding to the constraints' body.(package private) Primitive2D
DenseTableau. newConstraintsBody()
(package private) abstract Primitive2D
SimplexTableau. newConstraintsBody()
(package private) Primitive2D
SparseTableau. newConstraintsBody()
Methods in org.ojalgo.optimisation.linear with parameters of type Primitive2D Modifier and Type Method Description (package private) static void
SimplexTableauSolver. set(ExpressionsBasedModel model, Primitive2D constraintsBdy, int indCnstr, int basePosVars, int baseNegVars, Variable variable, double factor)
(package private) static void
SimplexTableauSolver. set(ExpressionsBasedModel model, Primitive2D constraintsBdy, int indCnstr, int basePosVars, int baseNegVars, Structure1D.IntIndex key, double factor)
-
Uses of Primitive2D in org.ojalgo.structure
Subclasses of Primitive2D in org.ojalgo.structure Modifier and Type Class Description (package private) static class
Primitive2D.Simple
(package private) static class
Primitive2D.Wrapper
Fields in org.ojalgo.structure declared as Primitive2D Modifier and Type Field Description static Primitive2D
Primitive2D. EMPTY
Methods in org.ojalgo.structure that return Primitive2D Modifier and Type Method Description static Primitive2D
Primitive2D. newInstance(int nbRows, int nbCols)
static Primitive2D
Primitive2D. wrap(Structure2D delegate)
-