Uses of Class
org.ojalgo.type.FloatingPointReceptacle
-
Packages that use FloatingPointReceptacle Package Description org.ojalgo.type -
-
Uses of FloatingPointReceptacle in org.ojalgo.type
Methods in org.ojalgo.type that return FloatingPointReceptacle Modifier and Type Method Description static FloatingPointReceptacle
FloatingPointReceptacle. of(double... values)
static FloatingPointReceptacle
FloatingPointReceptacle. of(float... values)
static FloatingPointReceptacle
FloatingPointReceptacle. of(int count, double value)
static FloatingPointReceptacle
FloatingPointReceptacle. of(int count, float value)
static FloatingPointReceptacle
FloatingPointReceptacle. of(java.util.List<? extends java.lang.Comparable<?>> values)
static FloatingPointReceptacle
FloatingPointReceptacle. of(Access1D<?> values)
Methods in org.ojalgo.type with parameters of type FloatingPointReceptacle Modifier and Type Method Description void
FloatingPointReceptacle. append(FloatingPointReceptacle part)
void
FloatingPointReceptacle. prepend(FloatingPointReceptacle part)
-