multiply each elements of a vector by a scalar
\param v vector to add constant to \param s constant to scale v with
void fvec_mul( ffi.Pointer<fvec_t> v, double s, ) { return _fvec_mul( v, s, ); }