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