示例#1
0
 def InnerProduct(self, x, y):
     return _sparsemat.SparseMatrix_InnerProduct(self, x, y)
示例#2
0
文件: sparsemat.py 项目: mfem/PyMFEM
 def InnerProduct(self, x, y):
     r"""InnerProduct(SparseMatrix self, Vector x, Vector y) -> double"""
     return _sparsemat.SparseMatrix_InnerProduct(self, x, y)