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 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
(List<? extends Comparable<?>> values) static FloatingPointReceptacle
Methods in org.ojalgo.type with parameters of type FloatingPointReceptacleModifier and TypeMethodDescriptionvoid
FloatingPointReceptacle.append
(FloatingPointReceptacle part) void
FloatingPointReceptacle.prepend
(FloatingPointReceptacle part)