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 SymmBandEVDSymmBandEVD. factor(LowerSymmBandMatrix A)Computes the eigenvalue decomposition of the given matrixSymmBandEVDSymmBandEVD. factor(UpperSymmBandMatrix A)Computes the eigenvalue decomposition of the given matrixstatic SymmBandEVDSymmBandEVD. factorize(Matrix A, int kd)Convenience method for computing the full eigenvalue decomposition of the given matrix
-