Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
A comparison functor implementing a strict weak ordering based total-order ordering, recursive on the dimension. More...
#include <Stokhos_ProductBasisUtils.hpp>
Public Types | |
typedef term_type | product_element_type |
typedef term_type::ordinal_type | ordinal_type |
typedef term_type::element_type | element_type |
Public Member Functions | |
TotalOrderLess (const compare_type &cmp_=compare_type()) | |
Constructor. More... | |
bool | operator() (const term_type &a, const term_type &b) const |
Protected Member Functions | |
bool | equal (const element_type &a, const element_type &b) const |
Determine if two elements a and b are equal. More... | |
Protected Attributes | |
compare_type | cmp |
Element comparison functor. More... | |
A comparison functor implementing a strict weak ordering based total-order ordering, recursive on the dimension.
Definition at line 817 of file Stokhos_ProductBasisUtils.hpp.
typedef term_type Stokhos::TotalOrderLess< term_type, compare_type >::product_element_type |
Definition at line 820 of file Stokhos_ProductBasisUtils.hpp.
typedef term_type::ordinal_type Stokhos::TotalOrderLess< term_type, compare_type >::ordinal_type |
Definition at line 821 of file Stokhos_ProductBasisUtils.hpp.
typedef term_type::element_type Stokhos::TotalOrderLess< term_type, compare_type >::element_type |
Definition at line 822 of file Stokhos_ProductBasisUtils.hpp.
|
inline |
Constructor.
Definition at line 825 of file Stokhos_ProductBasisUtils.hpp.
|
inline |
Definition at line 827 of file Stokhos_ProductBasisUtils.hpp.
|
inlineprotected |
Determine if two elements a
and b
are equal.
Definition at line 845 of file Stokhos_ProductBasisUtils.hpp.
|
protected |
Element comparison functor.
Definition at line 842 of file Stokhos_ProductBasisUtils.hpp.