12 #ifndef MLPACK_CORE_MATH_LOG_ADD_HPP
13 #define MLPACK_CORE_MATH_LOG_ADD_HPP
37 typename T::elem_type
AccuLog(
const T& x);
43 #include "log_add_impl.hpp"
The core includes that mlpack expects; standard C++ includes and Armadillo.
T LogAdd(T x, T y)
Internal log-addition.
T::elem_type AccuLog(const T &x)
Sum a vector of log values.