summaryrefslogtreecommitdiff
path: root/scipy/base/polynomial.py
Commit message (Expand)AuthorAgeFilesLines
* Moved scipy directory to numpyTravis Oliphant2006-01-041-554/+0
* Fixed problems revealed by pychecker.Travis Oliphant2005-12-301-3/+0
* Eliminate basic and move everything to corefft, corelinalg, or corerandomTravis Oliphant2005-12-251-1/+1
* Fix polynomial divisioncookedm2005-12-231-18/+23
* small change in poly1d docstringcookedm2005-12-211-2/+1
* p=poly1d([1,2,3], variable='lambda') will use 'lambda' as the variable in str(p)cookedm2005-12-211-5/+15
* r1600@Blasphemy: kern | 2005-12-16 01:43:39 -0800Robert Kern2005-12-161-3/+1
* r823@Blasphemy: kern | 2005-11-13 00:35:39 -0800Robert Kern2005-11-131-2/+2
* Don't use deconvolve for polydiv, as that requires scipy.signal to be installed.cookedm2005-10-301-1/+9
* Don't try to handle ImportError in deconvolve when scipy.signal doesn't existcookedm2005-10-301-4/+1
* Fixed nx -> NXTravis Oliphant2005-10-301-2/+2
* Convert polynomial to use type objects instead of old Numeric typecharscookedm2005-10-291-22/+20
* TLC for polynomial.py: cleanup, poly1d class is now new-type, and unittestscookedm2005-10-291-3/+3
* Some refactoringcookedm2005-10-281-111/+119
* Fixed problem with correlate.Travis Oliphant2005-10-271-1/+1
* Fixed getting things from scipy.linalgTravis Oliphant2005-10-121-1/+1
* Eliminated random_lite libraryTravis Oliphant2005-09-281-25/+96
* Fixing some array scalar inconsistencies.Travis Oliphant2005-09-191-22/+17
* Moving things to live under scipyTravis Oliphant2005-09-141-0/+468