Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
Stokhos::Operator< ordinal_type, value_type > Class Template Referenceabstract

#include <Stokhos_Operator.hpp>

Inheritance diagram for Stokhos::Operator< ordinal_type, value_type >:
Inheritance graph
[legend]

Public Member Functions

 Operator ()
 Constructor. More...
 
virtual ~Operator ()
 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 =0
 Returns the result of a Operator inverse applied to a Teuchos::SerialDenseMatrix Input in Result. More...
 

Detailed Description

template<typename ordinal_type, typename value_type>
class Stokhos::Operator< ordinal_type, value_type >

Definition at line 18 of file Stokhos_Operator.hpp.

Constructor & Destructor Documentation

template<typename ordinal_type, typename value_type>
Stokhos::Operator< ordinal_type, value_type >::Operator ( )
inline

Constructor.

Definition at line 22 of file Stokhos_Operator.hpp.

template<typename ordinal_type, typename value_type>
virtual Stokhos::Operator< ordinal_type, value_type >::~Operator ( )
inlinevirtual

Destructor.

Definition at line 25 of file Stokhos_Operator.hpp.

Member Function Documentation

template<typename ordinal_type, typename value_type>
virtual ordinal_type Stokhos::Operator< ordinal_type, value_type >::ApplyInverse ( const Teuchos::SerialDenseMatrix< ordinal_type, value_type > &  Input,
Teuchos::SerialDenseMatrix< ordinal_type, value_type > &  Result,
ordinal_type  m 
) const
pure virtual

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