def Print(self, *args): """ Print(Vector self, std::ostream & out, int width=8) Print(Vector self, std::ostream & out) Print(Vector self) Print(Vector self, char const * file) """ return _vector.Vector_Print(self, *args)
def Print(self, *args): return _vector.Vector_Print(self, *args)
def Print(self, *args): r""" Print(Vector self, std::ostream & out=mfem::out, int width=8) Print(Vector self, char const * file, int precision=8) """ return _vector.Vector_Print(self, *args)