17class Epetra_MultiVector;
30enum AnasaziMethod { BlockDavidson = 1, LOBPCG = 2, BlockKrylovSchur = 3 };
32class EigenProblemPrivate;
45 typedef Epetra_MultiVector MV;
46 typedef Epetra_Operator OP;
51 const AnasaziMethod & method = BlockKrylovSchur);
60 EigenProblemPrivate * my;
Computes the eigenvalues of largest magnitude of an eigenvalue problem $A x = \lambda x$,...
Definition gsTrilinosEigenProblem.h:43
The G+Smo namespace, containing all definitions for the library.