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