pub fn from_repeated_col<E>(col: ColRef<'_, E>, ncols: usize) -> MatRef<'_, E>where E: Entity,
Returns a view over a matrix containing col repeated ncols times.
col
ncols