def Load(self, *args): r""" Load(Vector self, std::istream ** _in, int np, int * dim) Load(Vector self, std::istream & _in, int Size) Load(Vector self, std::istream & _in) """ return _vector.Vector_Load(self, *args)
def Load(self, *args): """ Load(Vector self, std::istream ** arg2, int np, int * dim) Load(Vector self, std::istream & arg2, int Size) Load(Vector self, std::istream & arg2) """ return _vector.Vector_Load(self, *args)
def Load(self, *args): return _vector.Vector_Load(self, *args)