Function faer_evd::compute_evd_req

source ·
pub fn compute_evd_req<E: ComplexField>(
    n: usize,
    compute_eigenvectors: ComputeVectors,
    parallelism: Parallelism,
    params: EvdParams
) -> Result<StackReq, SizeOverflow>
Expand description

Computes the size and alignment of required workspace for performing an eigenvalue decomposition. The eigenvectors may be optionally computed.