#include "ml_common.h"
Include dependency graph for MLAPI_Eig.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
| namespace | MLAPI |
Functions | |
| double | MaxEigAnorm (const Operator &Op, const bool DiagonalScaling=false) |
Computes the maximum eigenvalue of Op using the A-norm of the operator. | |
| double | MaxEigCG (const Operator &Op, const bool DiagonalScaling=false) |
Computes the maximum eigenvalue of Op using the CG method. | |
| double | MaxEigPowerMethod (const Operator &Op, const bool DiagonalScaling=false) |
Computes the maximum eigenvalue of Op using the power method. | |
| double | MaxEigAnasazi (const Operator &Op, const bool DiagonalScaling=false) |
Computes the maximum eigenvalue of Op using Anasazi. | |
| void | Eig (const Operator &Op, MultiVector &ER, MultiVector &EI) |
| Computes eigenvalues and eigenvectors using LAPACK (w/ one process only). | |
| void | Eigs (const Operator &A, int NumEigenvalues, MultiVector &ER, MultiVector &EI) |
1.3.9.1