Go to the source code of this file.
Functions/Subroutines | |
| subroutine | bicgstab (n, A, b, x, tol, maxIter, k) |
| subroutine bicgstab | ( | integer | n, | |
| real(8),dimension(n,n) | A, | |||
| real(8),dimension(n) | b, | |||
| real(8),dimension(n) | x, | |||
| real(8) | tol, | |||
| integer | maxIter, | |||
| integer | k | |||
| ) |
Definition at line 1 of file bicgstab.f90.
1.5.8