Skip to main content

cgs

Function cgs 

Source
pub fn cgs<T, A>(
    operator: &A,
    b: &Array1<T>,
    config: &CgsConfig<T::Real>,
) -> CgsSolution<T>
where T: ComplexField, A: LinearOperator<T>,
Expand description

Solve Ax = b using the CGS method