Uses of Class
org.ojalgo.function.multiary.ConstantFunction.Factory
-
Packages that use ConstantFunction.Factory Package Description org.ojalgo.function.multiary -
-
Uses of ConstantFunction.Factory in org.ojalgo.function.multiary
Methods in org.ojalgo.function.multiary that return ConstantFunction.Factory Modifier and Type Method Description ConstantFunction.Factory<N>
ConstantFunction.Factory. constant(java.lang.Comparable<?> constant)
static <N extends java.lang.Comparable<N>>
ConstantFunction.Factory<N>ConstantFunction. factory(PhysicalStore.Factory<N,?> factory)
-