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