I\'m using Eclipse CDT (on Ubuntu) for a C++ project. The following line
H += std::exp(t_[i]-lnZ) * (t_[i]-lnZ);
where H is a
H