Ejemplo n.º 1
0
 def InnerProduct(self, x, y):
     return _sparsemat.SparseMatrix_InnerProduct(self, x, y)
Ejemplo n.º 2
0
 def InnerProduct(self, x, y):
     r"""InnerProduct(SparseMatrix self, Vector x, Vector y) -> double"""
     return _sparsemat.SparseMatrix_InnerProduct(self, x, y)