diff options
author | Lukas Mericle <lukas.mericle@gmail.com> | 2017-05-30 22:10:19 +0200 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2017-07-24 18:22:43 -0600 |
commit | d7b1349fac9cdb2e41b6337bec1b5b33915a01eb (patch) | |
tree | f542ce39699e373b55d5b1dbc724a99ddaa49878 /numpy/lib/tests/test_index_tricks.py | |
parent | f84274100090d52366e5218696b1b8d3a8c73a44 (diff) | |
download | numpy-d7b1349fac9cdb2e41b6337bec1b5b33915a01eb.tar.gz |
ENH: Add np.polynomial.chebyshev.chebinterp function
The chebinterp function interpolates a function at the Chebyshev points
of the first kind using a Chebyshev series. The resulting interpolation
approximates a polynomial fit minimizing the L_inf norm.
This function is useful e.g. for estimating roots before running a
root-finding function.
Diffstat (limited to 'numpy/lib/tests/test_index_tricks.py')
0 files changed, 0 insertions, 0 deletions