Example #1
0
void normalize_l1 (MatrixXf & x, float tot) { x *= tot / x.sum(); }