Uses of Class
org.ojalgo.structure.Primitive2D
Packages that use Primitive2D
-
Uses of Primitive2D in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as Primitive2DMethods in org.ojalgo.optimisation.linear that return Primitive2DModifier and TypeMethodDescription(package private) final 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 Primitive2DModifier and TypeMethodDescription(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.structureModifier and TypeClassDescription(package private) static final class(package private) static final classFields in org.ojalgo.structure declared as Primitive2DMethods in org.ojalgo.structure that return Primitive2DModifier and TypeMethodDescriptionstatic Primitive2DPrimitive2D.newInstance(int nbRows, int nbCols) static Primitive2DPrimitive2D.wrap(Structure2D delegate)