Stokhos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Stokhos::MortonZLess< term_type > Class Template Reference

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.
 
bool operator() (const term_type &a, const term_type &b) const
 

Detailed Description

template<typename term_type>
class Stokhos::MortonZLess< term_type >

A comparison functor implementing a strict weak ordering based Morton Z-ordering.

Definition at line 902 of file Stokhos_ProductBasisUtils.hpp.

Member Typedef Documentation

◆ product_element_type

template<typename term_type >
typedef term_type Stokhos::MortonZLess< term_type >::product_element_type

Definition at line 905 of file Stokhos_ProductBasisUtils.hpp.

◆ ordinal_type

template<typename term_type >
typedef term_type::ordinal_type Stokhos::MortonZLess< term_type >::ordinal_type

Definition at line 906 of file Stokhos_ProductBasisUtils.hpp.

◆ element_type

template<typename term_type >
typedef term_type::element_type Stokhos::MortonZLess< term_type >::element_type

Definition at line 907 of file Stokhos_ProductBasisUtils.hpp.

Constructor & Destructor Documentation

◆ MortonZLess()

template<typename term_type >
Stokhos::MortonZLess< term_type >::MortonZLess ( )
inline

Constructor.

Definition at line 910 of file Stokhos_ProductBasisUtils.hpp.

Member Function Documentation

◆ operator()()

template<typename term_type >
bool Stokhos::MortonZLess< term_type >::operator() ( const term_type & a,
const term_type & b ) const
inline

Definition at line 912 of file Stokhos_ProductBasisUtils.hpp.


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