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