add file doc brief

This commit is contained in:
Krishna Vedala 2020-06-05 09:23:39 -04:00
parent 5c80d69ef0
commit 8242411530

View File

@ -1,6 +1,8 @@
/**
* @file
* Compute riots of any given polynomial.
* \brief Compute all possible approximate roots of any given polynomial using
* [Durand Kerner
* algorithm](https://en.wikipedia.org/wiki/Durand%E2%80%93Kerner_method)
*
* Test the algorithm online:
* https://gist.github.com/kvedala/27f1b0b6502af935f6917673ec43bcd7