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