Ejemplo n.º 1
0
 def InnerProduct(self, *args):
     """
     InnerProduct(DenseMatrix self, double const * x, double const * y) -> double
     InnerProduct(DenseMatrix self, Vector x, Vector y) -> double
     """
     return _densemat.DenseMatrix_InnerProduct(self, *args)
Ejemplo n.º 2
0
 def InnerProduct(self, *args):
     return _densemat.DenseMatrix_InnerProduct(self, *args)