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.