Function extendr_api::prelude::modules::qr::no_pivoting::compute::qr_in_place_req

pub fn qr_in_place_req<E>(
    nrows: usize,
    ncols: usize,
    blocksize: usize,
    parallelism: Parallelism<'_>,
    params: QrComputeParams,
) -> Result<StackReq, SizeOverflow>
where E: Entity,
Expand description

Computes the size and alignment of required workspace for performing a QR decomposition with no pivoting.