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.