#include "debug.h"
#include "datatype.h"
Go to the source code of this file.
|
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 >()) |
|