| Package | Description |
|---|---|
| org.ojalgo.matrix.decomposition | |
| org.ojalgo.matrix.decomposition.function | |
| org.ojalgo.matrix.store |
| 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 | Field and Description |
|---|---|
static RotateRight |
RotateRight.NULL |
| 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.
|
Copyright © 2018 Optimatika. All rights reserved.