Developer documentation
Version 3.0.3-105-gd3941f44
check_gradient.h File Reference
#include "debug.h"
#include "datatype.h"

Go to the source code of this file.

Namespaces

namespace  MR
 
namespace  MR::Math
 

Functions

template<class Function >
Eigen::Matrix< typename Function::value_type, Eigen::Dynamic, Eigen::Dynamic > MR::Math::check_function_gradient (Function &function, Eigen::Matrix< typename Function::value_type, Eigen::Dynamic, 1 > x, typename Function::value_type increment, bool show_hessian=false, Eigen::Matrix< typename Function::value_type, Eigen::Dynamic, 1 > conditioner=Eigen::Matrix< typename Function::value_type, Eigen::Dynamic, 1 >())