51 inline void checkForInit()
53 if (m_has_been_initialized ==
false)
58 Integer rowLocalRange(
const Integer);
60 Integer nb_row_size(
void)
64 Integer nb_row_rank(
void)
72 return m_gathered_nb_row[i];
77 return m_gathered_nb_row_elements;
82 return m_gathered_nb_setValued;
84 AlephInt gathered_nb_setValued(Integer i)
87 return m_gathered_nb_setValued[i];
89 bool hasSetRowNbElements(
void) {
return m_has_set_row_nb_elements; }
93 Integer m_nb_row_size;
94 Integer m_nb_row_rank;
99 bool m_has_set_row_nb_elements;
100 bool m_has_been_initialized;