Package | Description |
---|---|
no.uib.cipr.matrix |
Dense and structured sparse matrices, along with matrix factorisations
and solvers.
|
Modifier and Type | Method and Description |
---|---|
QR |
QR.factor(DenseMatrix A) |
static QR |
QR.factorize(Matrix A)
Convenience method to compute a QR decomposition
|