WOLF_TRACE("w * DT (rather be lower than 1.507 approx) = ",(DT*w).transpose());// beware if w*DT is large (>~ 1.507) then Jacobian for correction is poor
WOLF_TRACE("w * DT (rather be lower than 1.507 approx) = ",w.transpose()*DT);// beware if w*DT is large (>~ 1.507) then Jacobian for correction is poor