Function extendr_api::prelude::perm::permute_cols_in_place_req

pub fn permute_cols_in_place_req<I, E>(
    nrows: usize,
    ncols: usize,
) -> Result<StackReq, SizeOverflow>
where I: Index, E: Entity,
Expand description

Computes the size and alignment of required workspace for applying a column permutation to a matrix in place.