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