Skip to main content

lanczos_full

Function lanczos_full 

Source
pub fn lanczos_full<O>(
    operator: &O,
    initial: &[Complex64],
    options: LanczosOptions,
) -> Result<LanczosDecomposition>
where O: LinearOperator + ?Sized,
Expand description

Materialize the full Lanczos basis and tridiagonal coefficients.