I am getting used to using Google's Ceres-Solver, but I can't understand this C++ syntax (even with the description).
What exactly is going on here? :
template <typename T>
bool operator()(const T* const x, T* residual) const {
I am getting used to using Google's Ceres-Solver, but I can't understand this C++ syntax (even with the description).
What exactly is going on here? :
template <typename T>
bool operator()(const T* const x, T* residual) const {