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