Commit Graph

13 Commits

Author SHA1 Message Date
Krishna Vedala
2ac8918423
use end_timer_delete to prevent memory leak 2020-04-20 15:29:51 -04:00
Krishna Vedala
1cd50024b5
added timing for durand_kramer 2020-04-20 14:57:27 -04:00
Krishna Vedala
2a8848bf23
print intermediate values only in debug mode 2020-04-09 15:52:10 -04:00
Krishna Vedala
7a7858a7fb
better termination check 2020-04-09 15:51:24 -04:00
Krishna Vedala
c27e045790
use full dynamic range of rand() funtion 2020-04-09 15:50:34 -04:00
Krishna Vedala
b31aafa4e4
start with complex number approximations 2020-04-09 10:38:11 -04:00
Krishna Vedala
e485ad5c70
errors less when the first coefficient is "1" 2020-04-09 09:44:05 -04:00
Krishna Vedala
44f207cd52
make uswe "long double" precisions 2020-04-09 09:40:58 -04:00
Krishna Vedala
6be39f4d92
reduced maximum number of iterations & added logs every 500 iters 2020-04-09 08:57:31 -04:00
Krishna Vedala
8aaf345748
removed openmp 2020-04-09 00:25:53 -04:00
Krishna Vedala
8e2ad2e1ef
fixed 0^th iter log print 2020-04-09 00:22:13 -04:00
Krishna Vedala
da073120d0
dont print 0 coeffs 2020-04-09 00:19:42 -04:00
Krishna Vedala
d3d7cce24d
durand_kerner method to compute all roots of a polynomial. 2020-04-09 00:17:30 -04:00