|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_LanczosPCEBasis.hpp>
Public Types | |
| typedef ord_type | ordinal_type |
| typedef val_type | value_type |
| typedef Teuchos::SerialDenseVector < ordinal_type, value_type > | vector_type |
Public Member Functions | |
| DiagonalOperator (const vector_type &A_) | |
| void | apply (const vector_type &u, vector_type &v) const |
Protected Attributes | |
| const vector_type & | A |
| ordinal_type | n |
Definition at line 57 of file Stokhos_LanczosPCEBasis.hpp.
| typedef ord_type Stokhos::DiagonalOperator< ord_type, val_type >::ordinal_type |
Definition at line 59 of file Stokhos_LanczosPCEBasis.hpp.
| typedef val_type Stokhos::DiagonalOperator< ord_type, val_type >::value_type |
Definition at line 60 of file Stokhos_LanczosPCEBasis.hpp.
| typedef Teuchos::SerialDenseVector<ordinal_type, value_type> Stokhos::DiagonalOperator< ord_type, val_type >::vector_type |
Definition at line 61 of file Stokhos_LanczosPCEBasis.hpp.
|
inline |
Definition at line 63 of file Stokhos_LanczosPCEBasis.hpp.
|
inline |
Definition at line 66 of file Stokhos_LanczosPCEBasis.hpp.
|
protected |
Definition at line 73 of file Stokhos_LanczosPCEBasis.hpp.
|
protected |
Definition at line 74 of file Stokhos_LanczosPCEBasis.hpp.
1.8.5