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