Package | Description |
---|---|
org.ojalgo.matrix.decomposition |
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) |
Copyright © 2018 Optimatika. All rights reserved.