recommended_blocksize

Function recommended_blocksize 

Source
pub fn recommended_blocksize<T: ComplexField>(
    nrows: usize,
    ncols: usize,
) -> usize
Expand description

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