dune-functions 2.9.0
|
#include <type_traits>
#include <utility>
#include <dune/common/fvector.hh>
#include <dune/common/fmatrix.hh>
Go to the source code of this file.
Classes | |
class | Dune::Functions::InvalidRange |
Dummy range class to be used if no proper type is available. More... | |
struct | Dune::Functions::DefaultDerivativeTraits< Signature > |
Default implementation for derivative traits. More... | |
struct | Dune::Functions::DefaultDerivativeTraits< double(double) > |
Default implementation for derivative traits. More... | |
struct | Dune::Functions::DefaultDerivativeTraits< K(FieldVector< K, n >)> |
Default implementation for derivative traits. More... | |
struct | Dune::Functions::DefaultDerivativeTraits< FieldVector< K, m >(FieldVector< K, n >)> |
Default implementation for derivative traits. More... | |
struct | Dune::Functions::DefaultDerivativeTraits< FieldMatrix< K, 1, m >(FieldVector< K, n >)> |
Default implementation for derivative traits. More... | |
Namespaces | |
namespace | Dune |
namespace | Dune::Functions |