Re: [Numpy-discussion] More guestions on Chebyshev class.

2009-10-01 Thread Russell E. Owen
In article , Charles R Harris wrote: > The Chebyshev class is now working pretty well, but I would like to settle > some things up front. > > 1) Order in which coefficients are stored/passed/accessed. > > The current poly1d class ctor is called with the coefficients in high to low > order, ye

[Numpy-discussion] More guestions on Chebyshev class.

2009-09-30 Thread Charles R Harris
The Chebyshev class is now working pretty well, but I would like to settle some things up front. 1) Order in which coefficients are stored/passed/accessed. The current poly1d class ctor is called with the coefficients in high to low order, yet the __getitem__ and __setitem__ methods access them i