|
Alexandria
2.27.0
SDC-CH common library for the Euclid project
|
#include <SecantMethod.h>

Public Attributes | |
| double | root |
| Solution for the function. More... | |
| SecantEndReason | reason |
| End reason. More... | |
| std::size_t | iterations |
| Number of iterations. More... | |
Definition at line 39 of file SecantMethod.h.
| std::size_t Euclid::MathUtils::SecantReturn::iterations |
Number of iterations.
Definition at line 42 of file SecantMethod.h.
| SecantEndReason Euclid::MathUtils::SecantReturn::reason |
End reason.
Definition at line 41 of file SecantMethod.h.
| double Euclid::MathUtils::SecantReturn::root |
Solution for the function.
Definition at line 40 of file SecantMethod.h.
1.8.5