Amesos_Utils: Collections of basic utilities.  
 More...
#include <Amesos_Utils.h>
 | 
| 
  | 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 std::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 std::string prefix) const | 
|   | Computes the norms of X and B and print the results. 
  | 
|   | 
| 
void  | PrintLine () const | 
|   | Prints line on std::cout. 
  | 
|   | 
| 
void  | SetMaxProcesses (int &MaxProcesses, const Epetra_RowMatrix &A) | 
|   | 
Amesos_Utils: Collections of basic utilities. 
- Author
 - Marzio Sala, SNL 9214
 
- Date
 - Last updated on 24-May-05 (Champions' League Final day) 
 
The documentation for this class was generated from the following file: