Uses of Class
org.ojalgo.optimisation.convex.ConvexObjectiveFunction
-
Packages that use ConvexObjectiveFunction Package Description org.ojalgo.optimisation.convex -
-
Uses of ConvexObjectiveFunction in org.ojalgo.optimisation.convex
Fields in org.ojalgo.optimisation.convex declared as ConvexObjectiveFunction Modifier and Type Field Description private ConvexObjectiveFunction<N>
ConvexData. myObjective
Methods in org.ojalgo.optimisation.convex that return ConvexObjectiveFunction Modifier and Type Method Description ConvexObjectiveFunction<N>
ConvexData. getObjective()
ConvexObjectiveFunction<java.lang.Double>
ConvexSolver.Builder. getObjective()
(package private) static ConvexObjectiveFunction<java.lang.Double>
BasePrimitiveSolver. toObjectiveFunction(MatrixStore<?> mtrxQ, MatrixStore<?> mtrxC)
-