Uses of Class
org.optimizationservices.oscommon.datastructure.osgeneral.MatrixMarket

Packages that use MatrixMarket
org.optimizationservices.oscommon.localinterface   
 

Uses of MatrixMarket in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return MatrixMarket
 MatrixMarket OSInstance.calculateFunctionHessian(int index, double[] x, boolean gradientEvaluated)
           
 MatrixMarket OSInstance.calculateLagragianFunctionHessian(int objectiveIndex, double[] x, double[] weights, boolean gradientEvaluated)
           
 MatrixMarket OSInstance.calculateNonlinearExpressionHessian(int index, double[] x, boolean gradientEvaluated)
          Calculate the nonlinear hessian in a specified row given the current variable.
 MatrixMarket OSInstance.getLinearConstraintCoefficientsInMatrixMarket()
          Get linear constraint coefficients in matrix market form.