Package | Description |
---|---|
no.uib.cipr.matrix |
Dense and structured sparse matrices, along with matrix factorisations
and solvers.
|
Modifier and Type | Method and Description |
---|---|
SVD |
SVD.factor(DenseMatrix A)
Computes an SVD
|
static SVD |
SVD.factorize(Matrix A)
Convenience method for computing a full SVD
|