| Package | Description |
|---|---|
| org.ojalgo.array | |
| org.ojalgo.matrix | |
| org.ojalgo.matrix.decomposition | |
| org.ojalgo.matrix.store | |
| org.ojalgo.structure |
| 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 | Class and Description |
|---|---|
class |
ComplexMatrix
ComplexMatrix
|
class |
PrimitiveMatrix
PrimitiveMatrix
|
class |
QuaternionMatrix
QuaternionMatrix
|
class |
RationalMatrix
RationalMatrix
|
| 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 |
GenericDenseStore<N extends Number & Scalar<N>>
A generic implementation of PhysicalStore.
|
class |
PrimitiveDenseStore
A Double (actually double) implementation of PhysicalStore.
|
class |
RawStore
Uses double[][] internally.
|
class |
SparseStore<N extends Number> |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Access2D.Aggregatable<N extends Number> |
static interface |
AccessAnyD.Aggregatable<N extends Number> |
Copyright © 2019 Optimatika. All rights reserved.