Dune Core Modules (2.9.0)
Dune::Functions::DefaultDerivativeTraits< K(FieldVector< K, n >)> Struct Template Reference
Default implementation for derivative traits. More...
#include <dune/functions/common/defaultderivativetraits.hh>
Public Types | |
typedef FieldVector< K, n > | Range |
Range of derivative for function with given signature. More... | |
Detailed Description
template<typename K, int n>
struct Dune::Functions::DefaultDerivativeTraits< K(FieldVector< K, n >)>
Default implementation for derivative traits.
- Template Parameters
-
K Scalar range type
Specialization for Signature = K(FieldVector<K,n>)
Member Typedef Documentation
◆ Range
template<typename K , int n>
typedef FieldVector<K,n> Dune::Functions::DefaultDerivativeTraits< K(FieldVector< K, n >)>::Range |
Range of derivative for function with given signature.
The documentation for this struct was generated from the following file:
- dune/functions/common/defaultderivativetraits.hh
