Uses of Class
org.ojalgo.function.multiary.LinearFunction.Factory
-
Packages that use LinearFunction.Factory Package Description org.ojalgo.function.multiary -
-
Uses of LinearFunction.Factory in org.ojalgo.function.multiary
Fields in org.ojalgo.function.multiary declared as LinearFunction.Factory Modifier and Type Field Description private LinearFunction.Factory<N>
QuadraticFunction.Factory. myLinear
Methods in org.ojalgo.function.multiary that return LinearFunction.Factory Modifier and Type Method Description LinearFunction.Factory<N>
LinearFunction.Factory. coefficients(Access1D<?> coefficients)
static <N extends java.lang.Comparable<N>>
LinearFunction.Factory<N>LinearFunction. factory(PhysicalStore.Factory<N,?> factory)
-