From 824241153030aabe48c5786b99cc747b34fd905c Mon Sep 17 00:00:00 2001 From: Krishna Vedala <7001608+kvedala@users.noreply.github.com> Date: Fri, 5 Jun 2020 09:23:39 -0400 Subject: [PATCH] add file doc brief --- numerical_methods/durand_kerner_roots.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/numerical_methods/durand_kerner_roots.c b/numerical_methods/durand_kerner_roots.c index ab6a92e8..443b8610 100644 --- a/numerical_methods/durand_kerner_roots.c +++ b/numerical_methods/durand_kerner_roots.c @@ -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