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 870 of file Stokhos_ProductBasisUtils.hpp.
typedef term_type Stokhos::MortonZLess< term_type >::product_element_type |
Definition at line 873 of file Stokhos_ProductBasisUtils.hpp.
typedef term_type::ordinal_type Stokhos::MortonZLess< term_type >::ordinal_type |
Definition at line 874 of file Stokhos_ProductBasisUtils.hpp.
typedef term_type::element_type Stokhos::MortonZLess< term_type >::element_type |
Definition at line 875 of file Stokhos_ProductBasisUtils.hpp.
|
inline |
Constructor.
Definition at line 878 of file Stokhos_ProductBasisUtils.hpp.
|
inline |
Definition at line 880 of file Stokhos_ProductBasisUtils.hpp.