Stokhos Development
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Stokhos::Operator< ordinal_type, value_type > Class Template Referenceabstract
Inheritance diagram for Stokhos::Operator< ordinal_type, value_type >:
Inheritance graph
[legend]

Public Member Functions

 Operator ()
 Constructor.
 
virtual ~Operator ()
 Destructor.
 
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.
 

Member Function Documentation

◆ ApplyInverse()

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: