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