summaryrefslogtreecommitdiff
path: root/numpy/polynomial/tests
Commit message (Expand)AuthorAgeFilesLines
* ENH: Change test_trimdeg to test_cutdeg to match method name.Charles Harris2011-03-132-2/+3
* BUG: Fix wrong target values. Change Hermite_e to HermiteE, renameCharles Harris2011-03-131-30/+30
* ENH: Rename test_trimdeg to test_cutdeg to match method and add ability toCharles Harris2011-03-133-3/+15
* ENH: First commit of hermite and laguerre polynomials. The documentation andCharles Harris2011-03-033-0/+1602
* ENH: Add support for Legendre polynomials.Charles Harris2010-08-172-2/+535
* Merge branch 'poly'Charles Harris2010-08-161-13/+13
* Merge branch 'poly'Charles Harris2010-08-151-0/+33
* ENH: Add {cheb,poly}mulx functions as use them to simplify some code.Charles Harris2010-08-152-0/+16
* BUG: Fix integration of zero polynomials.Charles Harris2010-08-152-4/+12
* BUG: Make mapdomain work for multidimensional arrays as advertized inCharles Harris2010-08-111-1/+17
* Merge branch 'wgt'Charles Harris2010-07-182-18/+76
* CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just tooCharles Harris2010-06-072-14/+14
* CHG: Use [] instead of 'default' to specify the default domain inCharles Harris2010-05-232-4/+6
* ENH: Add reduce method to polynomial.Chebyshev andCharles Harris2010-05-232-0/+16
* REV: Revert the changes to the truncate method of Polynomial and Chebyshev.Charles Harris2010-05-232-8/+8
* CHG: Change the default domain for the fit class method of theCharles Harris2010-05-212-0/+12
* ENH: Add test for the degree method added to the ChebyshevCharles Harris2010-05-211-0/+3
* CHG: Change the truncate method of the Chebyshev and Polynomial classesCharles Harris2010-05-212-8/+10
* ENH: Add degree method to the Chebyshev and Polynomial classes.Charles Harris2010-05-211-0/+3
* ENH:Charles Harris2010-05-212-0/+17
* BUG: Fix bug in lbnd implementation of the integ method of the Chebyshev andCharles Harris2010-02-272-0/+4
* 3K: polynomial: make tests to importPauli Virtanen2010-02-213-3/+0
* Small cleanups in polynomial modules.Charles Harris2009-11-282-2/+2
* Add support for chebyshev series and polynomials.Charles Harris2009-11-143-0/+985