:orphan:
# KSPBCGS
Implements the BiCGStab (Stabilized version of Biconjugate Gradient) method.
## Notes
Supports left and right preconditioning but not symmetric
See `KSPBCGSL` for additional stabilization
See `KSPFBCGS`, `KSPFBCGSR`, and `KSPPIPEBCGS` for flexible and pipelined versions of the algorithm
## Reference
- **** -*** van der Vorst, SIAM J. Sci. Stat. Comput., 1992.
## See Also
[](ch_ksp), `KSPFBCGS`, `KSPFBCGSR`, `KSPPIPEBCGS`, `KSPBCGSL`, `KSPCreate()`, `KSPSetType()`, `KSPType`, `KSP`, `KSPBICG`, `KSPBCGSL`, `KSPFBICG`, `KSPQMRCGS`, `KSPSetPCSide()`
## Level
beginner
## Location
src/ksp/ksp/impls/bcgs/bcgs.c
## Examples
src/ksp/ksp/tutorials/ex7.c
src/ksp/ksp/tutorials/ex7f.F90
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/ksp/ksp/impls/bcgs/bcgs.c)
[Index of all KSP routines](index.md)
[Table of Contents for all manual pages](/manualpages/index.md)
[Index of all manual pages](/manualpages/singleindex.md)