pub fn apply_block_householder_transpose_on_the_left_in_place_req<E>(
    householder_basis_nrows: usize,
    blocksize: usize,
    rhs_ncols: usize,
) -> Result<StackReq, SizeOverflow>
where E: Entity,
Expand description

Computes the size and alignment of required workspace for applying the transpose of a block Householder transformation to a right-hand-side matrix in place.