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