Uses of Class
org.ojalgo.function.multiary.LinearFunction
Packages that use LinearFunction
Package
Description
-
Uses of LinearFunction in org.ojalgo.function.multiary
Fields in org.ojalgo.function.multiary declared as LinearFunctionMethods in org.ojalgo.function.multiary that return LinearFunctionModifier and TypeMethodDescriptionLinearFunction.Factory.make
(int arity) static <N extends Comparable<N>>
LinearFunction<N> LinearFunction.wrap
(PhysicalStore<N> coefficients) Constructors in org.ojalgo.function.multiary with parameters of type LinearFunctionModifierConstructorDescription(package private)
QuadraticFunction
(PureQuadraticFunction<N> pureQuadratic, LinearFunction<N> linear) -
Uses of LinearFunction in org.ojalgo.optimisation.convex
Fields in org.ojalgo.optimisation.convex declared as LinearFunctionModifier and TypeFieldDescriptionprivate final LinearFunction
<N> ConvexObjectiveFunction.myLinear
-
Uses of LinearFunction in org.ojalgo.optimisation.linear
Methods in org.ojalgo.optimisation.linear that return LinearFunctionModifier and TypeMethodDescriptionfinal LinearFunction
<Double> LinearSolver.Builder.getObjective()
(package private) static LinearFunction
<Double> LinearSolver.toObjectiveFunction
(MatrixStore<Double> mtrxC)