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::TensorProductPredicate< ordinal_type > Struct Template Reference

Predicate functor for building sparse triple products. More...

#include <Stokhos_ProductBasisUtils.hpp>

Public Types

typedef MultiIndex< ordinal_type > coeff_type
 

Public Member Functions

 TensorProductPredicate (const coeff_type &orders_)
 
bool operator() (const coeff_type &term) const
 

Public Attributes

coeff_type orders
 

Detailed Description

template<typename ordinal_type>
struct Stokhos::TensorProductPredicate< ordinal_type >

Predicate functor for building sparse triple products.

Definition at line 926 of file Stokhos_ProductBasisUtils.hpp.

Member Typedef Documentation

template<typename ordinal_type>
typedef MultiIndex<ordinal_type> Stokhos::TensorProductPredicate< ordinal_type >::coeff_type

Definition at line 927 of file Stokhos_ProductBasisUtils.hpp.

Constructor & Destructor Documentation

template<typename ordinal_type>
Stokhos::TensorProductPredicate< ordinal_type >::TensorProductPredicate ( const coeff_type orders_)
inline

Definition at line 930 of file Stokhos_ProductBasisUtils.hpp.

Member Function Documentation

template<typename ordinal_type>
bool Stokhos::TensorProductPredicate< ordinal_type >::operator() ( const coeff_type term) const
inline

Definition at line 932 of file Stokhos_ProductBasisUtils.hpp.

Member Data Documentation

template<typename ordinal_type>
coeff_type Stokhos::TensorProductPredicate< ordinal_type >::orders

Definition at line 928 of file Stokhos_ProductBasisUtils.hpp.


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