dune-functions  2.5.0
Public Member Functions | List of all members
Dune::Functions::Imp::DifferentiableFunctionWrapperInterface< Range(Domain), DerivativeInterface > Class Template Referenceabstract

#include <dune/functions/common/differentiablefunction_imp.hh>

Public Member Functions

virtual Range operator() (const Domain &x) const =0
 
virtual DerivativeInterface derivative () const =0
 

Member Function Documentation

§ derivative()

template<class Range , class Domain , class DerivativeInterface >
virtual DerivativeInterface Dune::Functions::Imp::DifferentiableFunctionWrapperInterface< Range(Domain), DerivativeInterface >::derivative ( ) const
pure virtual

§ operator()()

template<class Range , class Domain , class DerivativeInterface >
virtual Range Dune::Functions::Imp::DifferentiableFunctionWrapperInterface< Range(Domain), DerivativeInterface >::operator() ( const Domain &  x) const
pure virtual

The documentation for this class was generated from the following file: