mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[apps] Clean
This commit is contained in:
committed by
EmilieNumworks
parent
98ec845693
commit
29a2525b56
@@ -101,6 +101,8 @@ char CartesianFunction::symbol() const {
|
||||
}
|
||||
|
||||
CartesianFunction::Point CartesianFunction::brentAlgorithm(double ax, double bx, Evaluation evaluate, Context * context) const {
|
||||
/* Bibliography: R. P. Brent, Algorithms for finding zeros and extrema of
|
||||
* functions without calculating derivatives */
|
||||
if (ax > bx) {
|
||||
return brentAlgorithm(bx, ax, evaluate, context);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user