Uses of Class
org.ojalgo.array.ScalarArray
Packages that use ScalarArray
-
Uses of ScalarArray in org.ojalgo.array
Subclasses of ScalarArray in org.ojalgo.arrayModifier and TypeClassDescriptionclass
A one- and/or arbitrary-dimensional array of ComplexNumber.class
A one- and/or arbitrary-dimensional array of Quaternion.class
A one- and/or arbitrary-dimensional array of RationalNumber.class
A one- and/or arbitrary-dimensional array of Quadruple. -
Uses of ScalarArray in org.ojalgo.matrix.store
Subclasses of ScalarArray in org.ojalgo.matrix.storeModifier and TypeClassDescriptionfinal class
GenericStore<N extends Scalar<N>>
A generic implementation of PhysicalStore.