Alexandria 2.32.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Euclid::MathUtils::SecantReturn Struct Reference

#include <SecantMethod.h>

Collaboration diagram for Euclid::MathUtils::SecantReturn:

Public Attributes

double root
 Solution for the function.
SecantEndReason reason
 End reason.
std::size_t iterations
 Number of iterations.

Detailed Description

Definition at line 39 of file SecantMethod.h.

Member Data Documentation

◆ iterations

std::size_t Euclid::MathUtils::SecantReturn::iterations

Number of iterations.

Definition at line 42 of file SecantMethod.h.

Referenced by Euclid::MathUtils::secantMethod().

◆ reason

SecantEndReason Euclid::MathUtils::SecantReturn::reason

End reason.

Definition at line 41 of file SecantMethod.h.

Referenced by Euclid::MathUtils::secantMethod().

◆ root

double Euclid::MathUtils::SecantReturn::root

Solution for the function.

Definition at line 40 of file SecantMethod.h.

Referenced by Euclid::MathUtils::secantMethod().


The documentation for this struct was generated from the following file: