Provides a DifferentiableFunction class for handling differentiable Functions.
More...
#include <tuple>
#include <type_traits>
#include <dune/common/hybridutilities.hh>
#include <dune/functions/common/differentiablefunctionfromcallables.hh>
#include <ikarus/utils/derivativetraits.hh>
#include <ikarus/utils/traits.hh>
Go to the source code of this file.
|
template<typename... Args> |
auto | Ikarus::functions (Args &&... args) |
| Creates a Functions object. More...
|
|
template<typename... F, typename Arg > |
auto | Ikarus::makeDifferentiableFunction (const Impl::Functions< F... > &derivativesFunctions, const Arg ¶meter) |
| Factory method for DifferentiableFunction It is a function taking several callables and the argument of these functions to derive the correct signatures for the functions (which could be templated lambdas) The function are assumed to be derivatives of each other w.r.t. the parameter. More...
|
|