#include "functional.hh"
Go to the source code of this file.
Namespaces | |
namespace | RVL |
Functions | |
template<class Scalar> | |
bool | RVL::GradientTest (Functional< Scalar > const &f, const Vector< Scalar > &y, const Vector< Scalar > &p, ostream &str, int n=11, Scalar hmin=0.1, Scalar hmax=1.0, Scalar minrat=1.95) |
This implementation of the gradient test should be sufficient for all Functionals. |