Uses of Class
no.uib.cipr.matrix.SymmPackEVD
-
Packages that use SymmPackEVD Package Description no.uib.cipr.matrix -
-
Uses of SymmPackEVD in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that return SymmPackEVD Modifier and Type Method Description SymmPackEVDSymmPackEVD. factor(LowerSymmPackMatrix A)Computes the eigenvalue decomposition of the given matrixSymmPackEVDSymmPackEVD. factor(UpperSymmPackMatrix A)Computes the eigenvalue decomposition of the given matrixstatic SymmPackEVDSymmPackEVD. factorize(Matrix A)Convenience method for computing the full eigenvalue decomposition of the given matrix
-