powered by
Make a matrix by repeating vector v into n rows
repRow(v, n)
a vector to be operated on
number of rows the vector will be repeated over
a matrix with repeated rows