1d_function_solver.h File Reference
#include "claraty/share.h"#include "claraty/function.h"Include dependency graph for 1d_function_solver.h:

Go to the source code of this file.
Namespaces | |
| namespace | claraty |
Classes | |
| class | claraty::N_1D_Function_Solver |
Detailed Description
Provides algorithms to (a) find the roots for a single variable math function (i.e. zero crossings), and (b) the local minimum/maximum of a single variable function over a specified interval. (a) roots is implemented using a Newton Raphson minimization iterative technique.
Designer(s): Hari Nayar
Author(s): Issa A.D. Nesnas
Date: May 15, 2001
Software License:
http://claraty.jpl.nasa.gov/license/open_src/ or file: license/open_src.txt
© 2006, Jet Propulsion Laboratory, California Institute of Technology
- Revision
- 1.5
Definition in file 1d_function_solver.h.