Uses of Class
org.ojalgo.array.ScalarArray
-
Packages that use ScalarArray Package Description org.ojalgo.array org.ojalgo.matrix.store -
-
Uses of ScalarArray in org.ojalgo.array
Subclasses of ScalarArray in org.ojalgo.array Modifier and Type Class Description class
ArrayC128
A one- and/or arbitrary-dimensional array of ComplexNumber.class
ArrayH256
A one- and/or arbitrary-dimensional array of Quaternion.class
ArrayQ128
A one- and/or arbitrary-dimensional array of RationalNumber.class
ArrayR128
A one- and/or arbitrary-dimensional array of Quadruple. -
Uses of ScalarArray in org.ojalgo.matrix.store
Subclasses of ScalarArray in org.ojalgo.matrix.store Modifier and Type Class Description class
GenericStore<N extends Scalar<N>>
A generic implementation of PhysicalStore.
-