def Set(self, a, x): return _vector.Vector_Set(self, a, x)
def Set(self, a, x): r"""Set(Vector self, double const a, Vector x) -> Vector""" return _vector.Vector_Set(self, a, x)