Dune::C0Function< DT, RT, n, m > Class Template Reference
[Functions Hierarchy]
#include <functions.hh>
Inheritance diagram for Dune::C0Function< DT, RT, n, m >:
Detailed Description
template<class DT, class RT, int n, int m>
class Dune::C0Function< DT, RT, n, m >
Abstract base class for continuous functions.
A continuous function is derived from function and does not implement any of its methods. This class is just there to say that this function is continuous.
Template parameters are:
- DT type for components of the input vector
- RT type for the return values
- n dimension of the input space
- m number of components of the vector-valued function
The documentation for this class was generated from the following file: