Definition file for class EigenProblemSolver. More...
Classes | |
| class | EigenProblemSolver |
| Class to find eigenvalues and corresponding eigenvectors of a given matrix in a generalized eigenproblem, i.e. Find scalars l and non-null vectors v such that [K]{v} = l[M]{v} where [K] and [M] are symmetric matrices. The eigenproblem can be originated from a PDE. For this, we will refer to the matrices K and M as Stiffness and Mass matrices respectively. More... | |
Namespaces | |
| namespace | OFELI |
| A namespace to group all library classes, functions, ... | |
Enumerations | |
| enum | EigenMethod { SUBSPACE = 1 , QR = 2 } |
| Enumerate methods to solve the eigenvalue problem. More... | |
Functions | |
| ostream & | operator<< (ostream &s, const EigenProblemSolver &es) |
| Output eigenproblem information. | |
Definition file for class EigenProblemSolver.