#include <functional>
Go to the source code of this file.
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... | |
Namespaces | |
| namespace | dlr::optimization |
| This namespace contains classes for gradient- and non-gradient- based optimization. | |
Copyright (C) 2003-2007 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file gradientFunction.h.
1.5.8