Example #1
0
 def InnerProduct(self, x, y):
     r"""InnerProduct(BilinearForm self, Vector x, Vector y) -> double"""
     return _bilinearform.BilinearForm_InnerProduct(self, x, y)
Example #2
0
 def InnerProduct(self, x, y):
     return _bilinearform.BilinearForm_InnerProduct(self, x, y)