Uses of Class
no.uib.cipr.matrix.SymmDenseEVD

Packages that use SymmDenseEVD
no.uib.cipr.matrix Dense and structured sparse matrices, along with matrix factorisations and solvers. 
 

Uses of SymmDenseEVD in no.uib.cipr.matrix
 

Methods in no.uib.cipr.matrix that return SymmDenseEVD
 SymmDenseEVD SymmDenseEVD.factor(LowerSymmDenseMatrix A)
          Computes the eigenvalue decomposition of the given matrix
 SymmDenseEVD SymmDenseEVD.factor(UpperSymmDenseMatrix A)
          Computes the eigenvalue decomposition of the given matrix
static SymmDenseEVD SymmDenseEVD.factorize(Matrix A)
          Convenience method for computing the full eigenvalue decomposition of the given matrix