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
pub fn cgs<T, A>(
operator: &A,
b: &Array1<T>,
config: &CgsConfig<T::Real>,
) -> CgsSolution<T>where
T: ComplexField,
A: LinearOperator<T>,Solve Ax = b using the CGS method