Uses of Class
org.ojalgo.structure.Structure2D.IntRowColumn
Packages that use Structure2D.IntRowColumn
-
Uses of Structure2D.IntRowColumn in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation with type parameters of type Structure2D.IntRowColumnModifier and TypeFieldDescriptionprivate final Map
<Structure2D.IntRowColumn, BigDecimal> Expression.myQuadratic
Methods in org.ojalgo.optimisation that return Structure2D.IntRowColumnModifier and TypeMethodDescriptionprivate Structure2D.IntRowColumn
Expression.toIntRowColumn
(int row, int column) private Structure2D.IntRowColumn
Expression.toIntRowColumn
(Variable variable1, Variable variable2) (package private) Structure2D.IntRowColumn
ExpressionsBasedModel.toIntRowColumn
(int row, int column) Methods in org.ojalgo.optimisation that return types with arguments of type Structure2D.IntRowColumnModifier and TypeMethodDescription(package private) Map
<Structure2D.IntRowColumn, BigDecimal> Expression.getQuadratic()
Expression.getQuadraticEntrySet()
Expression.getQuadraticKeySet()
Methods in org.ojalgo.optimisation with parameters of type Structure2D.IntRowColumnModifier and TypeMethodDescriptionprivate Expression
Expression.doAdd
(Structure2D.IntRowColumn key, BigDecimal value) (package private) Expression
Expression.doSet
(Structure2D.IntRowColumn key, BigDecimal value) double
Expression.doubleValue
(Structure2D.IntRowColumn key, boolean adjusted) Expression.get
(Structure2D.IntRowColumn key) Expression.get
(Structure2D.IntRowColumn key, boolean adjusted) Method parameters in org.ojalgo.optimisation with type arguments of type Structure2D.IntRowColumnModifier and TypeMethodDescriptionprivate static void
FileFormatEBM.writeQuadratic
(Map.Entry<Structure2D.IntRowColumn, BigDecimal> entry, BufferedWriter writer) -
Uses of Structure2D.IntRowColumn in org.ojalgo.structure
Methods in org.ojalgo.structure with parameters of type Structure2D.IntRowColumnModifier and TypeMethodDescriptionint
Structure2D.IntRowColumn.compareTo
(Structure2D.IntRowColumn ref)