Uses of Class
org.ojalgo.type.FloatingPointReceptacle
Packages that use FloatingPointReceptacle
-
Uses of FloatingPointReceptacle in org.ojalgo.type
Methods in org.ojalgo.type that return FloatingPointReceptacleModifier and TypeMethodDescriptionstatic 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(List<? extends Comparable<?>> values) static FloatingPointReceptacleMethods in org.ojalgo.type with parameters of type FloatingPointReceptacleModifier and TypeMethodDescriptionvoidFloatingPointReceptacle.append(FloatingPointReceptacle part) voidFloatingPointReceptacle.prepend(FloatingPointReceptacle part)