mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
added see-also reference to brents method
This commit is contained in:
parent
e71ee9ccb0
commit
744da70bbf
@ -4,6 +4,7 @@
|
|||||||
* [golden section search
|
* [golden section search
|
||||||
* algorithm](https://en.wikipedia.org/wiki/Golden-section_search).
|
* algorithm](https://en.wikipedia.org/wiki/Golden-section_search).
|
||||||
*
|
*
|
||||||
|
* \see brent_method_extrema.cpp
|
||||||
* \author [Krishna Vedala](https://github.com/kvedala)
|
* \author [Krishna Vedala](https://github.com/kvedala)
|
||||||
*/
|
*/
|
||||||
#define _USE_MATH_DEFINES //< required for MS Visual C++
|
#define _USE_MATH_DEFINES //< required for MS Visual C++
|
||||||
|
Loading…
Reference in New Issue
Block a user