31class ARCANE_ALEPH_EXPORT AlephVector
44 void reSetLocalComponents(AlephVector*);
45 void setLocalComponents(
Integer num_values,
49 void getLocalComponents(
Integer vector_size,
55 void assemble_waitAndFill();
57 void reassemble_waitAndFill();
59 void writeToFile(
const String);
60 IAlephVector* implementation(
void) {
return m_implementation; }
67 bool m_participating_in_solver =
false;