Package org.ojalgo.matrix.store

Interface Summary
MatrixStore<N extends Number> A MatrixStore is a matrix (two-dimensional) store of numbers/scalars.
PhysicalStore<N extends Number> PhysicalStore:s, as opposed to MatrixStore:s, are mutable.
 

Class Summary
BigDenseStore A BigDecimal implementation of PhysicalStore.
ComplexDenseStore A ComplexNumber implementation of PhysicalStore.
ConjugatedStore<N extends Number> ConjugatedStore
IdentityStore<N extends Number> IdentityStore
MergedColumnsStore<N extends Number> A merger of two MatrixStore instances by placing one store below the other.
MergedRowsStore<N extends Number> A merger of two MatrixStore instances by placing one store to the right of the other.
PrimitiveDenseStore A Double (actually double) implementation of PhysicalStore.
RawStore<N extends Number> RawStore
Rotation<N extends Number>  
SelectedColumnsStore<N extends Number> A selection (re-ordering) of columns.
SelectedRowsStore<N extends Number> A selection (re-ordering) of rows.
SuperimposedMatrixStore<N extends Number> SuperimposedMatrixStore
TransposedStore<N extends Number>  
ZeroStore<N extends Number> ZeroStore