LAL  7.5.0.1-89842e6

Detailed Description

These are function pointers to functions that map REAL4 numbers to REAL4 numbers.

Definition at line 115 of file FindRoot.h.

Data Fields

void(* function )(LALStatus *s, REAL4 *y, REAL4 x, void *p)
 The function to find the root of. More...
 
REAL4 xmax
 The maximum value of the domain interval to look for the root. More...
 
REAL4 xmin
 The minimum value of the domain interval to look for the root. More...
 
REAL4 xacc
 The accuracy desired for the root. More...
 

Field Documentation

◆ function

void(* SFindRootIn::function) (LALStatus *s, REAL4 *y, REAL4 x, void *p)

The function to find the root of.

Definition at line 118 of file FindRoot.h.

◆ xmax

REAL4 SFindRootIn::xmax

The maximum value of the domain interval to look for the root.

Definition at line 119 of file FindRoot.h.

◆ xmin

REAL4 SFindRootIn::xmin

The minimum value of the domain interval to look for the root.

Definition at line 120 of file FindRoot.h.

◆ xacc

REAL4 SFindRootIn::xacc

The accuracy desired for the root.

Definition at line 121 of file FindRoot.h.