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 FloatingPointReceptacleFloatingPointReceptacle. of(double... values)static FloatingPointReceptacleFloatingPointReceptacle. of(float... values)static FloatingPointReceptacleFloatingPointReceptacle. of(int count, double value)static FloatingPointReceptacleFloatingPointReceptacle. of(int count, float value)static FloatingPointReceptacleFloatingPointReceptacle. of(java.util.List<? extends java.lang.Comparable<?>> values)static FloatingPointReceptacleFloatingPointReceptacle. of(Access1D<?> values)Methods in org.ojalgo.type with parameters of type FloatingPointReceptacle Modifier and Type Method Description voidFloatingPointReceptacle. append(FloatingPointReceptacle part)voidFloatingPointReceptacle. prepend(FloatingPointReceptacle part)
-