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

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

Uses of SymmBandEVD in no.uib.cipr.matrix
 

Methods in no.uib.cipr.matrix that return SymmBandEVD
 SymmBandEVD SymmBandEVD.factor(LowerSymmBandMatrix A)
          Computes the eigenvalue decomposition of the given matrix
 SymmBandEVD SymmBandEVD.factor(UpperSymmBandMatrix A)
          Computes the eigenvalue decomposition of the given matrix
static SymmBandEVD SymmBandEVD.factorize(Matrix A, int kd)
          Convenience method for computing the full eigenvalue decomposition of the given matrix