| Package | Description | 
|---|---|
| org.ojalgo.access | |
| org.ojalgo.array | |
| org.ojalgo.matrix.decomposition | |
| org.ojalgo.matrix.store | 
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
Access2D.Sliceable<N extends Number>  | 
static interface  | 
AccessAnyD.Sliceable<N extends Number>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Array1D<N extends Number>
Array1D 
 | 
class  | 
Array2D<N extends Number>
Array2D 
 | 
class  | 
ArrayAnyD<N extends Number>
ArrayAnyD 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DecompositionStore<N extends Number>
 Only classes that will act as a delegate to a MatrixDecomposition implementation from this
 package should implement this interface. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MatrixStore<N extends Number>
 A MatrixStore is a two dimensional store of numbers/scalars. 
 | 
interface  | 
PhysicalStore<N extends Number>
 PhysicalStore:s, as opposed to MatrixStore:s, are mutable. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BigDenseStore
Deprecated. 
 
v45 Use  
GenericDenseStore instead | 
class  | 
ComplexDenseStore
Deprecated. 
 
v45 Use  
GenericDenseStore instead | 
class  | 
GenericDenseStore<N extends Number & Scalar<N>>
A N implementation of PhysicalStore. 
 | 
class  | 
PrimitiveDenseStore
A Double (actually double) implementation of PhysicalStore. 
 | 
class  | 
RawStore
Uses double[][] internally. 
 | 
class  | 
SparseStore<N extends Number>  | 
Copyright © 2018 Optimatika. All rights reserved.