Infomation about an extremum of a function. More...
#include <OrbitSolver.h>
Collaboration diagram for Evolve::ExtremumInformation:Public Member Functions | |
| ExtremumInformation (double x=Core::Inf, double y=Core::NaN) | |
| Create an object to hold information about a function extremum. More... | |
| double | x () const |
| The value of the argument where the extremum occurs. More... | |
| double & | x () |
| The value of the argument where the extremum occurs. More... | |
| double | y () const |
| The value of the function at the extremum. More... | |
| double & | y () |
| The value of the function at the extremum. More... | |
Private Attributes | |
| double | __x |
| The value of the argument where the extremum occurs. More... | |
| double | __y |
| The value of the function at the extremum. More... | |
Infomation about an extremum of a function.
Definition at line 84 of file OrbitSolver.h.
|
inline |
Create an object to hold information about a function extremum.
| x | The value of the argument where the extremum occurs. |
| y | The value of the function at the extremum. |
Definition at line 93 of file OrbitSolver.h.
|
inline |
The value of the argument where the extremum occurs.
Definition at line 101 of file OrbitSolver.h.
|
inline |
The value of the argument where the extremum occurs.
Definition at line 103 of file OrbitSolver.h.
|
inline |
The value of the function at the extremum.
Definition at line 106 of file OrbitSolver.h.
|
inline |
The value of the function at the extremum.
Definition at line 108 of file OrbitSolver.h.
|
private |
The value of the argument where the extremum occurs.
Definition at line 87 of file OrbitSolver.h.
|
private |
The value of the function at the extremum.
Definition at line 87 of file OrbitSolver.h.