Robert Persson
|
5a18100816
|
Fixed some minor stuff in module poly
Removed the stupid initPolyFromDegree which only served ro re-allocate
results. Also fixed some minor stuff with nil return values in roots.
|
2013-07-07 01:50:10 +02:00 |
|
Robert Persson
|
0d2f8d5079
|
Optimized integrate function in module poly
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
|
2013-07-07 01:26:00 +02:00 |
|
Robert Persson
|
ce1399db2d
|
Optimized divMod in poly
Made a huge speed improvement in debug mode. Only a few % in release,
but the memory load should be somewhat lower.
|
2013-07-03 12:44:26 +02:00 |
|
Robert Persson
|
2cae55ae04
|
Fixed a mixed bag of stuff poly and numeric
|
2013-07-03 01:15:31 +02:00 |
|
Robert Persson
|
d1a90c6ec6
|
Cleanup of poly an numeric modules
Removed some test code
|
2013-07-02 20:55:27 +02:00 |
|
Robert Persson
|
85dbc2d306
|
Added poly and numeric modules
|
2013-07-02 16:01:41 +02:00 |
|