Uses of Class
org.ojalgo.array.ArrayR032
-
Packages that use ArrayR032 Package Description org.ojalgo.array org.ojalgo.matrix.store -
-
Uses of ArrayR032 in org.ojalgo.array
Methods in org.ojalgo.array that return ArrayR032 Modifier and Type Method Description static ArrayR032
ArrayR032. make(int size)
static ArrayR032
ArrayR032. wrap(float... data)
-
Uses of ArrayR032 in org.ojalgo.matrix.store
Subclasses of ArrayR032 in org.ojalgo.matrix.store Modifier and Type Class Description class
R032Store
A float implementation of PhysicalStore.
-