Stokhos  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Stokhos::BlockPreconditioner< ordinal_type, value_type > Class Template Reference
Inheritance diagram for Stokhos::BlockPreconditioner< ordinal_type, value_type >:
Inheritance graph
[legend]
Collaboration diagram for Stokhos::BlockPreconditioner< ordinal_type, value_type >:
Collaboration graph
[legend]

Public Member Functions

 BlockPreconditioner (const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &K, const ordinal_type p, const ordinal_type m)
 Constructor.
 
virtual ~BlockPreconditioner ()
 Destructor.
 
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.
 
- Public Member Functions inherited from Stokhos::Operator< ordinal_type, value_type >
 Operator ()
 Constructor.
 
virtual ~Operator ()
 Destructor.
 

Protected Member Functions

ordinal_type facto (ordinal_type n) const
 
ordinal_type siz (ordinal_type n, ordinal_type m) const
 

Protected Attributes

const
Teuchos::SerialDenseMatrix
< ordinal_type, value_type > & 
K
 
const ordinal_type p
 
const ordinal_type m
 

The documentation for this class was generated from the following files: