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.
PhysicalStore.Factory<N extends Number,I extends PhysicalStore<N>>  
 

Class Summary
AboveBelowStore<N extends Number> A merger of two MatrixStore instances by placing one store below the other.
BigDenseStore A BigDecimal implementation of PhysicalStore.
ColumnsStore<N extends Number> A selection (re-ordering) of columns.
ComplexDenseStore A ComplexNumber implementation of PhysicalStore.
ConjugatedStore<N extends Number> ConjugatedStore
IdentityStore<N extends Number> IdentityStore
LeftRightStore<N extends Number> A merger of two MatrixStore instances by placing one store to the right of the other.
LowerHessenbergStore<N extends Number> A Hessenberg matrix is one that is "almost" triangular.
LowerTriangularStore<N extends Number>  
MatrixStore.Builder<N extends Number>  
PrimitiveDenseStore A Double (actually double) implementation of PhysicalStore.
RowsStore<N extends Number> A selection (re-ordering) of rows.
SingleStore<N extends Number>  
SuperimposedStore<N extends Number> SuperimposedStore
TransposedStore<N extends Number>  
UpperHessenbergStore<N extends Number> A Hessenberg matrix is one that is "almost" triangular.
UpperTriangularStore<N extends Number>  
WrapperStore<N extends Number>  
ZeroStore<N extends Number> ZeroStore