vset expression function

Creates a vector with each component set to the same value.

Usage

vset(size, value)

Returns a vector of size size, with each component set to value.