These are function pointers to functions that map REAL8 numbers to REAL8 numbers.
Definition at line 128 of file FindRoot.h.
Data Fields | |
| void(* | function )(LALStatus *s, REAL8 *y, REAL8 x, void *p) |
| The function to find the root of. More... | |
| REAL8 | xmax |
| The maximum value of the domain interval to look for the root. More... | |
| REAL8 | xmin |
| The minimum value of the domain interval to look for the root. More... | |
| REAL8 | xacc |
| The accuracy desired for the root. More... | |
The function to find the root of.
Definition at line 131 of file FindRoot.h.
| REAL8 DFindRootIn::xmax |
The maximum value of the domain interval to look for the root.
Definition at line 132 of file FindRoot.h.
| REAL8 DFindRootIn::xmin |
The minimum value of the domain interval to look for the root.
Definition at line 133 of file FindRoot.h.
| REAL8 DFindRootIn::xacc |
The accuracy desired for the root.
Definition at line 134 of file FindRoot.h.