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

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

Uses of SymmPackEVD in no.uib.cipr.matrix
 

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