pub unsafe extern "C" fn fvec_clamp(in_: *mut fvec_t, absmax: smpl_t)
Expand description

clamp the values of a vector within the range [-abs(max), abs(max)]

\param in vector to clamp \param absmax maximum value over which input vector elements should be clamped