#include <functional>
Include dependency graph for gradientFunction.h:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::optimization |
Classes | |
| class | dlr::optimization::GradientFunction< Functor > |
| The GradientFunction class template is derived from std::unary_function, and adds one additional member function for computing the gradient of the function output with respect to the argument. More... | |
Copyright (C) 2003-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file gradientFunction.h.
1.5.2