Skip to main content

eigen_with_pullback

Function eigen_with_pullback 

Source
pub fn eigen_with_pullback(
    a: MatrixView<'_>,
    options: EigenOptions,
    gap_tolerance: f64,
) -> Result<(SymmetricEigen, EigenPullback), SolverError>