Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Predicate functor for building sparse triple products based on total order. More...
#include <Stokhos_ProductBasisUtils.hpp>
Public Types | |
typedef MultiIndex< ordinal_type > | coeff_type |
Public Member Functions | |
TotalOrderPredicate (ordinal_type max_order_, const coeff_type &orders_) | |
bool | operator() (const coeff_type &term) const |
Public Attributes | |
ordinal_type | max_order |
coeff_type | orders |
Predicate functor for building sparse triple products based on total order.
Definition at line 940 of file Stokhos_ProductBasisUtils.hpp.
typedef MultiIndex<ordinal_type> Stokhos::TotalOrderPredicate< ordinal_type >::coeff_type |
Definition at line 941 of file Stokhos_ProductBasisUtils.hpp.
|
inline |
Definition at line 945 of file Stokhos_ProductBasisUtils.hpp.
|
inline |
Definition at line 948 of file Stokhos_ProductBasisUtils.hpp.
ordinal_type Stokhos::TotalOrderPredicate< ordinal_type >::max_order |
Definition at line 942 of file Stokhos_ProductBasisUtils.hpp.
coeff_type Stokhos::TotalOrderPredicate< ordinal_type >::orders |
Definition at line 943 of file Stokhos_ProductBasisUtils.hpp.