Uses of Interface
org.ojalgo.optimisation.linear.BasisRepresentation
-
Packages that use BasisRepresentation Package Description org.ojalgo.optimisation.linear -
-
Uses of BasisRepresentation in org.ojalgo.optimisation.linear
Classes in org.ojalgo.optimisation.linear that implement BasisRepresentation Modifier and Type Class Description (package private) classDecomposedInverseMaintains an LU decomposition of the basis matrix for efficient solving of linear systems in the revised simplex method.(package private) classProductFormInverseFields in org.ojalgo.optimisation.linear declared as BasisRepresentation Modifier and Type Field Description private BasisRepresentationRevisedStore. myInvBasisInverse of the current basis matrix B^(-1).Methods in org.ojalgo.optimisation.linear that return BasisRepresentation Modifier and Type Method Description private static BasisRepresentationRevisedStore. newBasisRepresentation(int nbConstraints)
-