Uses of Interface
org.ojalgo.function.multiary.MultiaryFunction.Linear
-
Packages that use MultiaryFunction.Linear Package Description org.ojalgo.function.multiary org.ojalgo.optimisation.convex -
-
Uses of MultiaryFunction.Linear in org.ojalgo.function.multiary
Subinterfaces of MultiaryFunction.Linear in org.ojalgo.function.multiary Modifier and Type Interface Description static interfaceMultiaryFunction.Affine<N extends java.lang.Comparable<N>>static interfaceMultiaryFunction.Quadratic<N extends java.lang.Comparable<N>>Classes in org.ojalgo.function.multiary that implement MultiaryFunction.Linear Modifier and Type Class Description classAffineFunction<N extends java.lang.Comparable<N>>[l]T[x] + cclassLinearFunction<N extends java.lang.Comparable<N>>[l]T[x]classQuadraticFunction<N extends java.lang.Comparable<N>>[x]T[Q][x] + [l]T[x] + c -
Uses of MultiaryFunction.Linear in org.ojalgo.optimisation.convex
Classes in org.ojalgo.optimisation.convex that implement MultiaryFunction.Linear Modifier and Type Class Description classConvexObjectiveFunction<N extends java.lang.Comparable<N>>1/2 [x]T[Q][x] - [l]T[x]
-