Package | Description |
---|---|
org.ojalgo.data | |
org.ojalgo.matrix.decomposition |
Modifier and Type | Method and Description |
---|---|
static <M extends PhysicalStore<Double>> |
DataProcessors.covariances(Factory2D<M> factory,
SingularValue<Double> svd) |
static <M extends PhysicalStore<Double>> |
DataProcessors.covariances(Factory2D<M> factory,
SingularValue<Double> svd,
double threshold) |
static <M extends PhysicalStore<Double>> |
DataProcessors.covariances(Factory2D<M> factory,
SingularValue<Double> svd,
int complexity) |
Modifier and Type | Method and Description |
---|---|
static <N extends Number> |
SingularValue.make(Access2D<N> typical) |
default SingularValue<N> |
SingularValue.Factory.make(boolean fullSize) |
default SingularValue<N> |
SingularValue.Factory.make(Structure2D typical) |
SingularValue<N> |
SingularValue.Factory.make(Structure2D typical,
boolean fullSize) |
Modifier and Type | Method and Description |
---|---|
static <N extends Number> |
SingularValue.equals(MatrixStore<N> matrix,
SingularValue<N> decomposition,
NumberContext context) |
static <N extends Number> |
SingularValue.reconstruct(SingularValue<N> decomposition)
Deprecated.
v48 Use
reconstruct() instead |
Copyright © 2019 Optimatika. All rights reserved.