Functions | |
| int | Interface (const Epetra_RowMatrix *RowMatrix, Epetra_MultiVector &EigenVectors, double RealEigenvalues[], double ImagEigenvalues[], Teuchos::ParameterList &List) |
| Interface to Anasazi to eigen-computations. | |
| int | GetFieldOfValuesBox (const Epetra_RowMatrix *RowMatrix, double &MaxReal, double &MaxImag, Teuchos::ParameterList &AnasaziList) |
| Computes the size of a box containing the field of values. | |
|
||||||||||||||||||||||||
|
Interface to Anasazi to eigen-computations. This function creates an interface from an Epetra_RowMatrix and Anasazi. Parameters are specified using a Teuchos parameters list.
|
1.3.9.1