summary refs log tree commit diff stats
path: root/lib/pure/poly.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fixed some minor stuff in module polyRobert Persson2013-07-071-15/+9
| | | | | Removed the stupid initPolyFromDegree which only served ro re-allocate results. Also fixed some minor stuff with nil return values in roots.
* Optimized integrate function in module polyRobert Persson2013-07-071-10/+16
| | | | | Rewrote the integrate function since the old one was quite hacky. The new one is about 7 times faster in release and 3 times faster in debug
* Optimized divMod in polyRobert Persson2013-07-031-13/+11
| | | | | Made a huge speed improvement in debug mode. Only a few % in release, but the memory load should be somewhat lower.
* Fixed a mixed bag of stuff poly and numericRobert Persson2013-07-031-34/+30
|
* Cleanup of poly an numeric modulesRobert Persson2013-07-021-38/+0
| | | | Removed some test code
* Added poly and numeric modulesRobert Persson2013-07-021-0/+411