7#ifndef DUNE_FUNCTIONS_COMMON_DEFAULT_DERIVATIVE_TRAITS_HH
8#define DUNE_FUNCTIONS_COMMON_DEFAULT_DERIVATIVE_TRAITS_HH
13#include <dune/common/fvector.hh>
14#include <dune/common/fmatrix.hh>
39template<
class Signature>
70template<
typename K,
int n>
86template<
typename K,
int n,
int m>
90 typedef FieldMatrix<K,m,n>
Range;
102template<
typename K,
int n,
int m>
Definition polynomial.hh:17
Dummy range class to be used if no proper type is available.
Definition defaultderivativetraits.hh:27
Default implementation for derivative traits.
Definition defaultderivativetraits.hh:41
InvalidRange Range
Range of derivative for function with given signature.
Definition defaultderivativetraits.hh:43
double Range
Range of derivative for function with given signature.
Definition defaultderivativetraits.hh:58
FieldVector< K, n > Range
Range of derivative for function with given signature.
Definition defaultderivativetraits.hh:74
FieldMatrix< K, m, n > Range
Range of derivative for function with given signature.
Definition defaultderivativetraits.hh:90
FieldMatrix< K, m, n > Range
Range of derivative for function with given signature.
Definition defaultderivativetraits.hh:106