#include "functional.hh"
Go to the source code of this file.
Namespaces | |
namespace | RVL |
Functions | |
template<class Scalar> | |
void | RVL::Scan (Functional< Scalar > const &f, const Vector< Scalar > &y, const Vector< Scalar > &p, int n=11, Scalar hmin=-ScalarFieldTraits< Scalar >::One(), Scalar hmax=ScalarFieldTraits< Scalar >::One(), ostream &str=cout) |
Computes values of an RVL::Functional along a line segment in its domain, and writes them nicely formatted to an output stream. |