extendr_api::prelude::modules::qr::col_pivoting::compute

Function recommended_blocksize

pub fn recommended_blocksize<E>(nrows: usize, ncols: usize) -> usize
where E: Entity,
Expand description

The recommended block size to use for a QR decomposition of a matrix with the given shape.