Ejemplo n.º 1
0
 def Elem(self, *args):
     return _vector.Vector_Elem(self, *args)
Ejemplo n.º 2
0
 def Elem(self, *args):
     r"""
     Elem(Vector self, int i) -> double
     Elem(Vector self, int i) -> double const &
     """
     return _vector.Vector_Elem(self, *args)