Hello,

Few days ago, I patched the function 'mean_square' for vectors and matrices. Currently, the current return type of the function isĀ AE::value_type. To get better accuracy, is it better return double type than AE::value_type (specially if it is an integuer)?

Joaquim Duran