Uses of Class
org.ojalgo.optimisation.convex.BasePrimitiveSolver
-
Packages that use BasePrimitiveSolver Package Description org.ojalgo.optimisation.convex -
-
Uses of BasePrimitiveSolver in org.ojalgo.optimisation.convex
Subclasses of BasePrimitiveSolver in org.ojalgo.optimisation.convex Modifier and Type Class Description (package private) classActiveSetSolver(package private) classConstrainedSolver(package private) classDirectASSSolves optimisation problems of the form:(package private) classIterativeASSSolves optimisation problems of the form:(package private) classQPESolverSolves optimisation problems of the form:(package private) classUnconstrainedSolverSolves optimisation problems of the form:Methods in org.ojalgo.optimisation.convex that return BasePrimitiveSolver Modifier and Type Method Description (package private) static BasePrimitiveSolverBasePrimitiveSolver. newSolver(ConvexData<java.lang.Double> data, Optimisation.Options options)
-