dune-functions 2.9.0
|
Default implementation for derivative traits. More...
#include <dune/functions/common/defaultderivativetraits.hh>
Public Types | |
typedef FieldMatrix< K, m, n > | Range |
Range of derivative for function with given signature. More... | |
Default implementation for derivative traits.
K | Scalar range type |
Specialization for Signature = FieldMatrix<K,1,m>(FieldVector<K,n>)
typedef FieldMatrix<K,m,n> Dune::Functions::DefaultDerivativeTraits< FieldMatrix< K, 1, m >(FieldVector< K, n >)>::Range |
Range of derivative for function with given signature.