Follow this link to skip to the main content

1d_function_solver.cc File Reference

#include "claraty/1d_function_solver.h"
#include <iostream>
#include <math.h>

Include dependency graph for 1d_function_solver.cc:

Go to the source code of this file.

Namespaces

namespace  claraty


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.4

Definition in file 1d_function_solver.cc.