| 
    Stokhos Package Browser (Single Doxygen Collection)
    Version of the Day
    
   | 
 
#include <Stokhos_JacobiPreconditioner.hpp>

Public Member Functions | |
| JacobiPreconditioner (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &A_) | |
| Constructor.  More... | |
| virtual | ~JacobiPreconditioner () | 
| Destructor.  More... | |
| virtual ordinal_type | ApplyInverse (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Input, Teuchos::SerialDenseMatrix< ordinal_type, value_type > &Result, ordinal_type m) const | 
| Returns the result of a Operator inverse applied to a Teuchos::SerialDenseMatrix Input in Result.  More... | |
  Public Member Functions inherited from Stokhos::Operator< ordinal_type, value_type > | |
| Operator () | |
| Constructor.  More... | |
| virtual | ~Operator () | 
| Destructor.  More... | |
Protected Attributes | |
| const  Teuchos::SerialDenseMatrix < ordinal_type, value_type > &  | A | 
Definition at line 20 of file Stokhos_JacobiPreconditioner.hpp.
      
  | 
  inline | 
Constructor.
Definition at line 26 of file Stokhos_JacobiPreconditioner.hpp.
      
  | 
  inlinevirtual | 
Destructor.
Definition at line 30 of file Stokhos_JacobiPreconditioner.hpp.
      
  | 
  inlinevirtual | 
Returns the result of a Operator inverse applied to a Teuchos::SerialDenseMatrix Input in Result.
Implements Stokhos::Operator< ordinal_type, value_type >.
Definition at line 32 of file Stokhos_JacobiPreconditioner.hpp.
      
  | 
  protected | 
Definition at line 66 of file Stokhos_JacobiPreconditioner.hpp.
 1.8.5