Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <Stokhos_ProductBasisUtils.hpp>
Public Member Functions | |
Cijk_1D_Iterator (ordinal_type p=0, bool sym=false) | |
Cijk_1D_Iterator (ordinal_type p_i, ordinal_type p_j, ordinal_type p_k, bool sym) | |
void | reset () |
bool | increment () |
bool | increment (ordinal_type &delta_i, ordinal_type &delta_j, ordinal_type &delta_k) |
Public Attributes | |
ordinal_type | i_order |
ordinal_type | j_order |
ordinal_type | k_order |
bool | symmetric |
ordinal_type | i |
ordinal_type | j |
ordinal_type | k |
Private Member Functions | |
bool | increment_once () |
bool | is_zero () const |
Definition at line 1293 of file Stokhos_ProductBasisUtils.hpp.
|
inline |
Definition at line 1298 of file Stokhos_ProductBasisUtils.hpp.
|
inline |
Definition at line 1303 of file Stokhos_ProductBasisUtils.hpp.
|
inline |
Definition at line 1310 of file Stokhos_ProductBasisUtils.hpp.
|
inline |
Definition at line 1314 of file Stokhos_ProductBasisUtils.hpp.
|
inline |
Definition at line 1329 of file Stokhos_ProductBasisUtils.hpp.
|
inlineprivate |
Definition at line 1359 of file Stokhos_ProductBasisUtils.hpp.
|
inlineprivate |
Definition at line 1379 of file Stokhos_ProductBasisUtils.hpp.
ordinal_type Stokhos::ProductBasisUtils::Cijk_1D_Iterator< ordinal_type >::i_order |
Definition at line 1294 of file Stokhos_ProductBasisUtils.hpp.
ordinal_type Stokhos::ProductBasisUtils::Cijk_1D_Iterator< ordinal_type >::j_order |
Definition at line 1294 of file Stokhos_ProductBasisUtils.hpp.
ordinal_type Stokhos::ProductBasisUtils::Cijk_1D_Iterator< ordinal_type >::k_order |
Definition at line 1294 of file Stokhos_ProductBasisUtils.hpp.
bool Stokhos::ProductBasisUtils::Cijk_1D_Iterator< ordinal_type >::symmetric |
Definition at line 1295 of file Stokhos_ProductBasisUtils.hpp.
ordinal_type Stokhos::ProductBasisUtils::Cijk_1D_Iterator< ordinal_type >::i |
Definition at line 1296 of file Stokhos_ProductBasisUtils.hpp.
ordinal_type Stokhos::ProductBasisUtils::Cijk_1D_Iterator< ordinal_type >::j |
Definition at line 1296 of file Stokhos_ProductBasisUtils.hpp.
ordinal_type Stokhos::ProductBasisUtils::Cijk_1D_Iterator< ordinal_type >::k |
Definition at line 1296 of file Stokhos_ProductBasisUtils.hpp.