Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Public Attributes | List of all members
Stokhos::KL::ProductEigenPair< eigen_function_type, ExecutionSpace > Struct Template Reference

Container for multi-dimensional product of 1-D eigenfunctions/values. More...

#include <Stokhos_KL_ProductEigenPair.hpp>

Public Types

typedef
eigen_function_type::value_type 
value_type
 
typedef ExecutionSpace execution_space
 
typedef OneDEigenPair
< eigen_function_type > 
one_d_eigen_pair_type
 
typedef Teuchos::Array
< one_d_eigen_pair_type
eig_pair_type
 

Public Member Functions

 ProductEigenPair ()
 Default constructor. More...
 
 ProductEigenPair (const ProductEigenPair &ep)
 Copy constructor. More...
 
ProductEigenPairoperator= (const ProductEigenPair &ep)
 Assignment. More...
 
void set (const Teuchos::Array< one_d_eigen_pair_type > &ep)
 Set eigen pairs. More...
 
template<typename point_type >
KOKKOS_INLINE_FUNCTION value_type evalEigenfunction (const point_type &x) const
 Evaluate eigenfunction at a given point. More...
 
void print (std::ostream &os) const
 Print eigenpair. More...
 

Public Attributes

value_type eig_val
 Product eigenvalue. More...
 
eig_pair_type eig_pairs
 Eigenpairs for each dimension. More...
 

Detailed Description

template<typename eigen_function_type, typename ExecutionSpace>
struct Stokhos::KL::ProductEigenPair< eigen_function_type, ExecutionSpace >

Container for multi-dimensional product of 1-D eigenfunctions/values.

Definition at line 21 of file Stokhos_KL_ProductEigenPair.hpp.

Member Typedef Documentation

template<typename eigen_function_type, typename ExecutionSpace>
typedef eigen_function_type::value_type Stokhos::KL::ProductEigenPair< eigen_function_type, ExecutionSpace >::value_type

Definition at line 23 of file Stokhos_KL_ProductEigenPair.hpp.

template<typename eigen_function_type, typename ExecutionSpace>
typedef ExecutionSpace Stokhos::KL::ProductEigenPair< eigen_function_type, ExecutionSpace >::execution_space

Definition at line 24 of file Stokhos_KL_ProductEigenPair.hpp.

template<typename eigen_function_type, typename ExecutionSpace>
typedef OneDEigenPair<eigen_function_type> Stokhos::KL::ProductEigenPair< eigen_function_type, ExecutionSpace >::one_d_eigen_pair_type

Definition at line 25 of file Stokhos_KL_ProductEigenPair.hpp.

template<typename eigen_function_type, typename ExecutionSpace>
typedef Teuchos::Array<one_d_eigen_pair_type> Stokhos::KL::ProductEigenPair< eigen_function_type, ExecutionSpace >::eig_pair_type

Definition at line 26 of file Stokhos_KL_ProductEigenPair.hpp.

Constructor & Destructor Documentation

template<typename eigen_function_type, typename ExecutionSpace>
Stokhos::KL::ProductEigenPair< eigen_function_type, ExecutionSpace >::ProductEigenPair ( )
inline

Default constructor.

Definition at line 35 of file Stokhos_KL_ProductEigenPair.hpp.

template<typename eigen_function_type, typename ExecutionSpace>
Stokhos::KL::ProductEigenPair< eigen_function_type, ExecutionSpace >::ProductEigenPair ( const ProductEigenPair< eigen_function_type, ExecutionSpace > &  ep)
inline

Copy constructor.

Definition at line 38 of file Stokhos_KL_ProductEigenPair.hpp.

Member Function Documentation

template<typename eigen_function_type, typename ExecutionSpace>
ProductEigenPair& Stokhos::KL::ProductEigenPair< eigen_function_type, ExecutionSpace >::operator= ( const ProductEigenPair< eigen_function_type, ExecutionSpace > &  ep)
inline

Assignment.

Definition at line 42 of file Stokhos_KL_ProductEigenPair.hpp.

template<typename eigen_function_type, typename ExecutionSpace>
void Stokhos::KL::ProductEigenPair< eigen_function_type, ExecutionSpace >::set ( const Teuchos::Array< one_d_eigen_pair_type > &  ep)
inline

Set eigen pairs.

Definition at line 51 of file Stokhos_KL_ProductEigenPair.hpp.

template<typename eigen_function_type, typename ExecutionSpace>
template<typename point_type >
KOKKOS_INLINE_FUNCTION value_type Stokhos::KL::ProductEigenPair< eigen_function_type, ExecutionSpace >::evalEigenfunction ( const point_type &  x) const
inline

Evaluate eigenfunction at a given point.

Definition at line 62 of file Stokhos_KL_ProductEigenPair.hpp.

template<typename eigen_function_type, typename ExecutionSpace>
void Stokhos::KL::ProductEigenPair< eigen_function_type, ExecutionSpace >::print ( std::ostream &  os) const
inline

Print eigenpair.

Definition at line 71 of file Stokhos_KL_ProductEigenPair.hpp.

Member Data Documentation

template<typename eigen_function_type, typename ExecutionSpace>
value_type Stokhos::KL::ProductEigenPair< eigen_function_type, ExecutionSpace >::eig_val

Product eigenvalue.

Definition at line 29 of file Stokhos_KL_ProductEigenPair.hpp.

template<typename eigen_function_type, typename ExecutionSpace>
eig_pair_type Stokhos::KL::ProductEigenPair< eigen_function_type, ExecutionSpace >::eig_pairs

Eigenpairs for each dimension.

Definition at line 32 of file Stokhos_KL_ProductEigenPair.hpp.


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