Ejemplo n.º 1
0
 def Set(self, a, x):
     return _vector.Vector_Set(self, a, x)
Ejemplo n.º 2
0
 def Set(self, a, x):
     r"""Set(Vector self, double const a, Vector x) -> Vector"""
     return _vector.Vector_Set(self, a, x)