|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SparseVector | |
---|---|
org.optimizationservices.oscommon.localinterface | |
org.optimizationservices.oscommon.representationparser |
Uses of SparseVector in org.optimizationservices.oscommon.localinterface |
---|
Methods in org.optimizationservices.oscommon.localinterface that return SparseVector | |
---|---|
SparseVector[] |
OSInstance.calculateFunctionGradients(double[] x,
boolean functionEValuated)
|
SparseVector |
OSInstance.calculateFunctionGradients(int index,
double[] x,
boolean functionEValuated)
|
SparseVector |
OSInstance.calculateNonlinearExpressionGradients(int index,
double[] x,
boolean functionEvaluated)
Calculate the nonlinear gradients in a specified row given the current variable. |
SparseVector[] |
OSInstance.getObjectiveCoefficients()
Get objective coefficients. |
Methods in org.optimizationservices.oscommon.localinterface with parameters of type SparseVector | |
---|---|
boolean |
OSInstance.addObjective(int index,
java.lang.String name,
java.lang.String maxOrMin,
double constant,
double weight,
SparseVector objectiveCoefficients)
add an objective. |
boolean |
OSInstance.setObjectives(int number,
java.lang.String[] names,
java.lang.String[] maxOrMins,
double[] constants,
double[] weights,
SparseVector[] objectitiveCoefficients)
set all the objectives related elements. |
Uses of SparseVector in org.optimizationservices.oscommon.representationparser |
---|
Methods in org.optimizationservices.oscommon.representationparser that return SparseVector | |
---|---|
SparseVector[] |
OSiLReader.getObjectiveCoefficients()
Get objective coefficients. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |