added see-also reference to brents method

This commit is contained in:
Krishna Vedala 2020-06-21 22:28:50 -04:00
parent e71ee9ccb0
commit 744da70bbf
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -4,6 +4,7 @@
* [golden section search
* algorithm](https://en.wikipedia.org/wiki/Golden-section_search).
*
* \see brent_method_extrema.cpp
* \author [Krishna Vedala](https://github.com/kvedala)
*/
#define _USE_MATH_DEFINES //< required for MS Visual C++