Uses of Class
org.ojalgo.array.PrimitiveArray
-
Packages that use PrimitiveArray Package Description org.ojalgo.array org.ojalgo.matrix.store -
-
Uses of PrimitiveArray in org.ojalgo.array
Subclasses of PrimitiveArray in org.ojalgo.array Modifier and Type Class Description class
ArrayR032
A one- and/or arbitrary-dimensional array of double.class
ArrayR064
A one- and/or arbitrary-dimensional array of double.class
ArrayZ008
A one- and/or arbitrary-dimensional array of double.class
ArrayZ016
A one- and/or arbitrary-dimensional array of double.class
ArrayZ032
A one- and/or arbitrary-dimensional array of double.class
ArrayZ064
A one- and/or arbitrary-dimensional array of double.Methods in org.ojalgo.array that return PrimitiveArray Modifier and Type Method Description static PrimitiveArray
PrimitiveArray. make(int size)
static PrimitiveArray
PrimitiveArray. wrap(double... data)
static PrimitiveArray
PrimitiveArray. wrap(float... data)
-
Uses of PrimitiveArray in org.ojalgo.matrix.store
Subclasses of PrimitiveArray in org.ojalgo.matrix.store Modifier and Type Class Description class
R032Store
A float implementation of PhysicalStore.class
R064Store
A double implementation of PhysicalStore.
-