pub fn matrix_repeat(a: &Matrix, n: usize) -> Result<Option<Matrix>>
Repeats the a vector as column or a row.
a