Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
A comparison functor implementing a strict weak ordering based Morton Z-ordering. 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 | |
MortonZLess () | |
Constructor. More... | |
bool | operator() (const term_type &a, const term_type &b) const |
A comparison functor implementing a strict weak ordering based Morton Z-ordering.
Definition at line 902 of file Stokhos_ProductBasisUtils.hpp.
typedef term_type Stokhos::MortonZLess< term_type >::product_element_type |
Definition at line 905 of file Stokhos_ProductBasisUtils.hpp.
typedef term_type::ordinal_type Stokhos::MortonZLess< term_type >::ordinal_type |
Definition at line 906 of file Stokhos_ProductBasisUtils.hpp.
typedef term_type::element_type Stokhos::MortonZLess< term_type >::element_type |
Definition at line 907 of file Stokhos_ProductBasisUtils.hpp.
|
inline |
Constructor.
Definition at line 910 of file Stokhos_ProductBasisUtils.hpp.
|
inline |
Definition at line 912 of file Stokhos_ProductBasisUtils.hpp.