numpy.polynomial.legendre.legval()
numpy.polynomial.legendre.legval
-
numpy.polynomial.legendre.legval(x, c, tensor=True)
[source] -
Evaluate a Legendre series at points x.
If
c
is of lengthn + 1
, this function returns the value:The parameter
x
is converted to an array only if it is a tuple or a list, otherwise it is treated as a scalar. In either case, eitherx
or its elements must support multiplic