Uses of Class
org.ojalgo.structure.Primitive1D
Packages that use Primitive1D
-
Uses of Primitive1D in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return types with arguments of type Primitive1DModifier and TypeMethodDescriptionstatic DiagonalStore<Double, Primitive1D> DiagonalStore.wrap(double... mainDiagonal) -
Uses of Primitive1D in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as Primitive1DModifier and TypeFieldDescriptionprivate Primitive1DSimplexTableau.myConstraintsRHSprivate Primitive1DSimplexTableau.myObjectiveMethods in org.ojalgo.optimisation.linear that return Primitive1DModifier and TypeMethodDescription(package private) final Primitive1DSimplexTableau.constraintsRHS()The area of the tableau corresponding to the constraints' RHS.(package private) Primitive1DDenseTableau.newConstraintsRHS()(package private) abstract Primitive1DSimplexTableau.newConstraintsRHS()(package private) Primitive1DSparseTableau.newConstraintsRHS()(package private) Primitive1DDenseTableau.newObjective()(package private) abstract Primitive1DSimplexTableau.newObjective()(package private) Primitive1DSparseTableau.newObjective()(package private) final Primitive1DSimplexTableau.objective()The area of the tableau corresponding to the objective function.(package private) Primitive1DDenseTableau.phase1()(package private) Primitive1DSparseTableau.phase1()(package private) final Primitive1DSimplexTableau.sliceBodyColumn(int col) (package private) Primitive1DRevisedStore.sliceBodyRow(int i) (package private) abstract Primitive1DSimplexStore.sliceBodyRow(int row) (package private) final Primitive1DSimplexTableau.sliceBodyRow(int row) (package private) final Primitive1DSimplexTableau.sliceConstraintsRHS()(package private) Primitive1DRevisedStore.sliceDualVariables()(package private) abstract Primitive1DSimplexStore.sliceDualVariables()(package private) final Primitive1DSimplexTableau.sliceDualVariables()(package private) final Primitive1DSimplexTableau.sliceTableauColumn(int col) (package private) final Primitive1DSimplexTableau.sliceTableauRow(int row) Methods in org.ojalgo.optimisation.linear with parameters of type Primitive1DModifier and TypeMethodDescription(package private) static EquationTableauCutGenerator.doGomory(Primitive1D body, int index, double rhs, double fractionality) Calculates a Gomory cut – all variables must be integer.(package private) static EquationTableauCutGenerator.doGomoryMixedInteger(Primitive1D body, int index, double rhs, boolean[] integer) Assumes all variables positive [0,∞).(package private) static EquationTableauCutGenerator.doGomoryMixedInteger(Primitive1D body, int index, double rhs, double fractionality, int[] excluded, boolean[] integer) (package private) static EquationTableauCutGenerator.doGomoryMixedInteger(Primitive1D body, int index, double rhs, double fractionality, int[] excluded, boolean[] integers, double[] lowers, double[] uppers, double[] shifts) Calculates a Gomory Mixed Integer (GMI) cut. -
Uses of Primitive1D in org.ojalgo.structure
Subclasses of Primitive1D in org.ojalgo.structureModifier and TypeClassDescription(package private) static final class(package private) static final classFields in org.ojalgo.structure declared as Primitive1DMethods in org.ojalgo.structure that return Primitive1DModifier and TypeMethodDescriptionstatic Primitive1DPrimitive1D.newInstance(int size) static Primitive1DPrimitive1D.of(double... values) static Primitive1DPrimitive1D.wrap(Structure1D delegate)