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) |
Copyright © 2018 Optimatika. All rights reserved.