Go to the source code of this file.
Functions/Subroutines | |
| subroutine | MatVecMult (A, v, w, n) |
| subroutine MatVecMult | ( | real(8),dimension(n,n) | A, | |
| real(8),dimension(n) | v, | |||
| real(8),dimension(n) | w, | |||
| integer | n | |||
| ) |
Definition at line 1 of file MatVecMult.f90.
Referenced by bicgstab_no_s().

1.5.8