Ejemplo n.º 1
0
 def AddMultTranspose_a(self, a, x, y):
     """AddMultTranspose_a(DenseMatrix self, double a, Vector x, Vector y)"""
     return _densemat.DenseMatrix_AddMultTranspose_a(self, a, x, y)
Ejemplo n.º 2
0
 def AddMultTranspose_a(self, a, x, y):
     return _densemat.DenseMatrix_AddMultTranspose_a(self, a, x, y)