Uses of Class
no.uib.cipr.matrix.SymmDenseEVD
-
Packages that use SymmDenseEVD Package Description no.uib.cipr.matrix -
-
Uses of SymmDenseEVD in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that return SymmDenseEVD Modifier and Type Method Description SymmDenseEVDSymmDenseEVD. factor(LowerSymmDenseMatrix A)Computes the eigenvalue decomposition of the given matrixSymmDenseEVDSymmDenseEVD. factor(UpperSymmDenseMatrix A)Computes the eigenvalue decomposition of the given matrixstatic SymmDenseEVDSymmDenseEVD. factorize(Matrix A)Convenience method for computing the full eigenvalue decomposition of the given matrix
-