A function object used to zero-in on the velocity at r that gives the input ray parameter (vzP). The operator() returns r - vzP * vzV(r) where r is input and vzP is set and vzV(r) is the velocity function. This function object is used when r cannot be solved for explicitly.
#include <TPVelocityModels.h>
|
double | vzP |
| A ray parameter that will be used to zero-in on r in the operator() function. More...
|
|
V & | vzV |
| The velocity model used to zeroin on r. More...
|
|
Sets the velocity model, v, and the ray parameter, p, that will be used by a Brents function to zero-in on r.
Standard operator() overload which returns the zero of r - p * vel(r). This function is used to zero-in on a value for the radius (r) given a ray parameter and a velocity model.
The documentation for this class was generated from the following file:
- /Users/sballar/work/RSTT/SLBM_Root.3.0.5/install/SLBM_Root.3.0.5.MacOSX/SLBM/include/TPVelocityModels.h