예제 #1
0
 def Set(self, a, x):
     return _vector.Vector_Set(self, a, x)
예제 #2
0
 def Set(self, a, x):
     r"""Set(Vector self, double const a, Vector x) -> Vector"""
     return _vector.Vector_Set(self, a, x)