def InnerProduct(self, *args): """ InnerProduct(DenseMatrix self, double const * x, double const * y) -> double InnerProduct(DenseMatrix self, Vector x, Vector y) -> double """ return _densemat.DenseMatrix_InnerProduct(self, *args)
def InnerProduct(self, *args): return _densemat.DenseMatrix_InnerProduct(self, *args)