remove the minimum value of the vector to each elements
\param v vector to remove minimum from
void fvec_min_removal( ffi.Pointer<fvec_t> v, ) { return _fvec_min_removal( v, ); }