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 Primitive2DSimplexTableau. myConstraintsBodyMethods in org.ojalgo.optimisation.linear that return Primitive2D Modifier and Type Method Description (package private) Primitive2DSimplexTableau. constraintsBody()The area of the tableau corresponding to the constraints' body.(package private) Primitive2DDenseTableau. newConstraintsBody()(package private) abstract Primitive2DSimplexTableau. newConstraintsBody()(package private) Primitive2DSparseTableau. newConstraintsBody()Methods in org.ojalgo.optimisation.linear with parameters of type Primitive2D Modifier and Type Method Description (package private) static voidSimplexTableauSolver. set(ExpressionsBasedModel model, Primitive2D constraintsBdy, int indCnstr, int basePosVars, int baseNegVars, Variable variable, double factor)(package private) static voidSimplexTableauSolver. 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 classPrimitive2D.Simple(package private) static classPrimitive2D.WrapperFields in org.ojalgo.structure declared as Primitive2D Modifier and Type Field Description static Primitive2DPrimitive2D. EMPTYMethods in org.ojalgo.structure that return Primitive2D Modifier and Type Method Description static Primitive2DPrimitive2D. newInstance(int nbRows, int nbCols)static Primitive2DPrimitive2D. wrap(Structure2D delegate)
-