|
Zoltan2
|
#include <Zoltan2_TPLTraits.hpp>
Static Public Member Functions | |
| static bool | OK_TO_CAST_TPL_T () |
| static void | ASSIGN_TPL_T (tpl_t &a, tpl_t b, const RCP< const Environment > &env) |
| static void | ASSIGN_TPL_T_ARRAY (tpl_t **a, ArrayView< const tpl_t > &b, const RCP< const Environment > &env) |
| static void | DELETE_TPL_T_ARRAY (tpl_t **a) |
Definition at line 126 of file Zoltan2_TPLTraits.hpp.
| static bool Zoltan2::TPL_Traits< tpl_t, tpl_t >::OK_TO_CAST_TPL_T | ( | ) | [inline, static] |
Definition at line 128 of file Zoltan2_TPLTraits.hpp.
| static void Zoltan2::TPL_Traits< tpl_t, tpl_t >::ASSIGN_TPL_T | ( | tpl_t & | a, |
| tpl_t | b, | ||
| const RCP< const Environment > & | env | ||
| ) | [inline, static] |
Definition at line 130 of file Zoltan2_TPLTraits.hpp.
| static void Zoltan2::TPL_Traits< tpl_t, tpl_t >::ASSIGN_TPL_T_ARRAY | ( | tpl_t ** | a, |
| ArrayView< const tpl_t > & | b, | ||
| const RCP< const Environment > & | env | ||
| ) | [inline, static] |
Definition at line 134 of file Zoltan2_TPLTraits.hpp.
| static void Zoltan2::TPL_Traits< tpl_t, tpl_t >::DELETE_TPL_T_ARRAY | ( | tpl_t ** | a | ) | [inline, static] |
Definition at line 147 of file Zoltan2_TPLTraits.hpp.
1.7.6.1