bundles / numpy 2.4.4 / numpy / polynomial / chebyshev / _zseries_to_cseries
function
numpy.polynomial.chebyshev:_zseries_to_cseries
Signature
def _zseries_to_cseries ( zs ) Summary
Convert z-series to a Chebyshev series.
Extended Summary
Convert a z series to the equivalent Chebyshev series. The result is never an empty array. The dtype of the return is the same as that of the input. No checks are run on the arguments as this routine is for internal use.
Parameters
zs: 1-D ndarrayOdd length symmetric z-series, ordered from low to high.
Returns
c: 1-D ndarrayChebyshev coefficients, ordered from low to high.
Aliases
-
numpy.polynomial.chebyshev._zseries_to_cseries