| ML
    Version of the Day
    | 
MLAPI interfaces to eigensolvers. More...
#include "ml_common.h"

| Namespaces | |
| MLAPI | |
| MLAPI: Default namespace for all MLAPI objects and functions. | |
| Functions | |
| double | MLAPI::MaxEigAnorm (const Operator &Op, const bool DiagonalScaling=false) | 
| Computes the maximum eigenvalue of Opusing the A-norm of the operator. | |
| double | MLAPI::MaxEigCG (const Operator &Op, const bool DiagonalScaling=false) | 
| Computes the maximum eigenvalue of Opusing the CG method. | |
| double | MLAPI::MaxEigPowerMethod (const Operator &Op, const bool DiagonalScaling=false) | 
| Computes the maximum eigenvalue of Opusing the power method. | |
| double | MLAPI::MaxEigAnasazi (const Operator &Op, const bool DiagonalScaling=false) | 
| Computes the maximum eigenvalue of Opusing Anasazi. | |
| void | MLAPI::Eig (const Operator &Op, MultiVector &ER, MultiVector &EI) | 
| Computes eigenvalues and eigenvectors using LAPACK (w/ one process only). | |
| void | MLAPI::Eigs (const Operator &A, int NumEigenvalues, MultiVector &ER, MultiVector &EI) | 
MLAPI interfaces to eigensolvers.
 1.8.5
 1.8.5