Krishna Vedala
|
f9d506fdb0
|
added authorship to docs
|
2020-06-06 14:51:49 -04:00 |
Krishna Vedala
|
8242411530
|
add file doc brief
|
2020-06-05 09:23:39 -04:00 |
Krishna Vedala
|
5c80d69ef0
|
add images to doc
|
2020-06-05 09:22:59 -04:00 |
Krishna Vedala
|
3b3775dce7
|
fixed: label should be only at a statement and not a declaration
|
2020-05-29 14:09:04 -04:00 |
Krishna Vedala
|
4caa46c10c
|
remove dependencies on function_timer
|
2020-05-29 12:34:58 -04:00 |
Krishna Vedala
|
2d3d7bfc3f
|
syntax correction
|
2020-05-25 17:01:51 -04:00 |
Krishna Vedala
|
ec04754b66
|
added documentation
|
2020-05-25 16:36:24 -04:00 |
Krishna Vedala
|
b714a6c4f1
|
use const char* to ensure pointer validity
|
2020-05-25 16:30:10 -04:00 |
Krishna Vedala
|
4b07f0f6fc
|
use malloc and free for dynamic variables
|
2020-04-23 20:45:45 -04:00 |
Krishna Vedala
|
4077d2ea64
|
Gist to run and test the Durand-Kerner Algorithm online and view the roots convergence
(cherry picked from commit d4d1902c98 )
|
2020-04-23 19:37:41 -04:00 |
Krishna Vedala
|
96f4ce0d40
|
better formatting of root values
(cherry picked from commit aab7a206cf )
|
2020-04-23 19:28:32 -04:00 |
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 |