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

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