Uses of Class
no.uib.cipr.matrix.SymmBandEVD
-
Packages that use SymmBandEVD Package Description no.uib.cipr.matrix -
-
Uses of SymmBandEVD in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that return SymmBandEVD Modifier and Type Method Description SymmBandEVD
SymmBandEVD. factor(LowerSymmBandMatrix A)
Computes the eigenvalue decomposition of the given matrixSymmBandEVD
SymmBandEVD. factor(UpperSymmBandMatrix A)
Computes the eigenvalue decomposition of the given matrixstatic SymmBandEVD
SymmBandEVD. factorize(Matrix A, int kd)
Convenience method for computing the full eigenvalue decomposition of the given matrix
-