Function extendr_api::prelude::mat::from_repeated_col

pub fn from_repeated_col<E>(col: ColRef<'_, E>, ncols: usize) -> MatRef<'_, E>
where E: Entity,
Expand description

Returns a view over a matrix containing col repeated ncols times.