set all elements to a given value
\param s vector to modify \param val value to set elements to
void fvec_set_all( ffi.Pointer<fvec_t> s, double val, ) { return _fvec_set_all( s, val, ); }