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 classArrayC128A one- and/or arbitrary-dimensional array of ComplexNumber.classArrayH256A one- and/or arbitrary-dimensional array of Quaternion.classArrayQ128A one- and/or arbitrary-dimensional array of RationalNumber.classArrayR128A 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 classGenericStore<N extends Scalar<N>>A generic implementation of PhysicalStore.
-