Package | Description |
---|---|
org.ojalgo.matrix.decomposition |
Modifier and Type | Method and Description |
---|---|
static <N extends Number> |
Cholesky.make(Access2D<N> typical) |
Modifier and Type | Method and Description |
---|---|
static <N extends Number> |
Cholesky.equals(MatrixStore<N> matrix,
Cholesky<N> decomposition,
NumberContext context) |
static <N extends Number> |
Cholesky.reconstruct(Cholesky<N> decomposition)
Deprecated.
v48 Use
reconstruct() instead |
Copyright © 2019 Optimatika. All rights reserved.