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 SymmDenseEVD
SymmDenseEVD. factor(LowerSymmDenseMatrix A)
Computes the eigenvalue decomposition of the given matrixSymmDenseEVD
SymmDenseEVD. factor(UpperSymmDenseMatrix A)
Computes the eigenvalue decomposition of the given matrixstatic SymmDenseEVD
SymmDenseEVD. factorize(Matrix A)
Convenience method for computing the full eigenvalue decomposition of the given matrix
-