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) class
ActiveSetSolver
(package private) class
ConstrainedSolver
(package private) class
DirectASS
Solves optimisation problems of the form:(package private) class
IterativeASS
Solves optimisation problems of the form:(package private) class
QPESolver
Solves optimisation problems of the form:(package private) class
UnconstrainedSolver
Solves optimisation problems of the form:Methods in org.ojalgo.optimisation.convex that return BasePrimitiveSolver Modifier and Type Method Description (package private) static BasePrimitiveSolver
BasePrimitiveSolver. newSolver(ConvexData<java.lang.Double> data, Optimisation.Options options)
-