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