version 0.4.1
functionsanitychecks.hh File Reference

Implementation of function sanity checks. More...

#include <type_traits>
#include <dune/common/float_cmp.hh>
#include <dune/functions/common/signature.hh>
#include <spdlog/spdlog.h>
#include <ikarus/utils/defaultfunctions.hh>

Go to the source code of this file.

Classes

struct  Ikarus::utils::CheckFlags
 Struct to hold flags for function checks. More...
 

Namespaces

namespace  Ikarus
 
namespace  Ikarus::utils
 

Functions

template<typename F , typename UF = UpdateDefault>
bool Ikarus::utils::checkGradient (F &f, const typename F::Domain &p, CheckFlags checkFlags=CheckFlags(), UF &&p_updateFunction={})
 Checks the gradient of a differentiable Functions. More...
 
template<typename F , typename UF = UpdateDefault>
bool Ikarus::utils::checkJacobian (F &f, const typename F::Domain &p, CheckFlags checkFlags=CheckFlags(), UF &&p_updateFunction={})
 Checks the Jacobian of a differentiable Functions. More...
 
template<typename F , typename UF = UpdateDefault>
bool Ikarus::utils::checkHessian (F &f, const typename F::Domain &p, CheckFlags checkFlags=CheckFlags(), UF &&p_updateFunction={})
 Checks the Hessian of a differentiable Functions. More...