原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.polynomial.chebyshev.chebmulx.html
校对:(虚位以待)
numpy.polynomial.chebyshev.
chebmulx
(c)[source]乘以一个Chebyshev系列x。
将多项式c乘以x,其中x是自变量。
参数: | c:array_like
|
---|---|
返回: | out:ndarray
|
笔记
版本1.5.0中的新功能。