Function permute_hermitian_req
pub fn permute_hermitian_req<I>(dim: usize) -> Result<StackReq, SizeOverflow>where
I: Index,
Expand description
Computes the size and alignment of the workspace required to compute a two-sided permutation of a self-adjoint matrix.