#include <Amesos_Utils.h>
Inheritance diagram for Amesos_Utils:
Public Member Functions | |
| Amesos_Utils () | |
| Default constructor. | |
| ~Amesos_Utils () | |
| Default destructor. | |
| void | ComputeTrueResidual (const Epetra_RowMatrix &Matrix, const Epetra_MultiVector &X, const Epetra_MultiVector &B, const bool UseTranspose, const string prefix) const |
| Computes the true residual, B - Matrix * X, and prints the results. | |
| void | ComputeVectorNorms (const Epetra_MultiVector &X, const Epetra_MultiVector &B, const string prefix) const |
| Computes the norms of X and B and print the results. | |
| void | PrintLine () const |
| Prints line on cout. | |
| void | SetMaxProcesses (int &MaxProcesses, const Epetra_RowMatrix &A) |
1.3.9.1