range_t
is specified
(a 2-vector, a 1 x 2 or an r x 2 matrix) and
returns a r x 2 matrix.Helper function for the vectorized versions of sampling functions.
Takes the usual ways that range_t
is specified
(a 2-vector, a 1 x 2 or an r x 2 matrix) and
returns a r x 2 matrix.
make_range_t_matrix(range_t, n_rows)
A matrix (r x 2), row-expanded if needed
a 2-vector, a 1 x 2 or an r x 2 matrix
the number of rows in the fully expanded matrix (r
)