Legendre.mapparms()
numpy.polynomial.legendre.Legendre.mapparms
-
Legendre.mapparms()
[source] -
Return the mapping parameters.
The returned values define a linear map
off + scl*x
that is applied to the input arguments before the series is evaluated. The map depends on thedomain
andwindow
; if the currentdomain
is equal to thewindow
the resulting map is the identity. If the coefficients of the series instance are to be used by themselves outside this class, then the linear function must be substituted for thex
in the standard representation of the base polynomials.