|
Amesos Package Browser (Single Doxygen Collection)
Development
|
Amesos_Utils: Collections of basic utilities. More...
#include <Amesos_Utils.h>

Public Member Functions | |
| Amesos_Utils () | |
| Default constructor. More... | |
| ~Amesos_Utils () | |
| Default destructor. More... | |
| void | ComputeTrueResidual (const Epetra_RowMatrix &Matrix, const Epetra_MultiVector &X, const Epetra_MultiVector &B, const bool UseTranspose, const std::string prefix) const |
| Computes the true residual, B - Matrix * X, and prints the results. More... | |
| void | ComputeVectorNorms (const Epetra_MultiVector &X, const Epetra_MultiVector &B, const std::string prefix) const |
| Computes the norms of X and B and print the results. More... | |
| void | PrintLine () const |
| Prints line on std::cout. More... | |
| void | SetMaxProcesses (int &MaxProcesses, const Epetra_RowMatrix &A) |
Amesos_Utils: Collections of basic utilities.
Definition at line 19 of file Amesos_Utils.h.
|
inline |
Default constructor.
Definition at line 23 of file Amesos_Utils.h.
|
inline |
Default destructor.
Definition at line 26 of file Amesos_Utils.h.
|
inline |
Computes the true residual, B - Matrix * X, and prints the results.
Definition at line 29 of file Amesos_Utils.h.
|
inline |
Computes the norms of X and B and print the results.
Definition at line 52 of file Amesos_Utils.h.
|
inline |
Prints line on std::cout.
Definition at line 71 of file Amesos_Utils.h.
|
inline |
Definition at line 77 of file Amesos_Utils.h.
1.8.5