Package | Description |
---|---|
no.uib.cipr.matrix |
Dense and structured sparse matrices, along with matrix factorisations
and solvers.
|
Modifier and Type | Method and Description |
---|---|
SymmDenseEVD |
SymmDenseEVD.factor(LowerSymmDenseMatrix A)
Computes the eigenvalue decomposition of the given matrix
|
SymmDenseEVD |
SymmDenseEVD.factor(UpperSymmDenseMatrix A)
Computes the eigenvalue decomposition of the given matrix
|
static SymmDenseEVD |
SymmDenseEVD.factorize(Matrix A)
Convenience method for computing the full eigenvalue decomposition of the
given matrix
|