find the min of a vector
\param s vector to get the min from
\return the value of the maximum of v
double fvec_min( ffi.Pointer<fvec_t> s, ) { return _fvec_min( s, ); }