17 class Epetra_MultiVector;
18 class Epetra_Operator;
30 enum AnasaziMethod { BlockDavidson = 1, LOBPCG = 2, BlockKrylovSchur = 3 };
32 class 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 = x$, using Anasazi's implementation of the Block Davidson method.
Definition: gsTrilinosEigenProblem.h:42