compute product between matrix and vector
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| v | : type(vector) |
| m | : type(matrix) |
- Date:
- 13th of March, 2011
- Returns:
- res : type(vector)
- Todo:
- parallel omp ? (ex, conjugate gradient)
Definition at line 1821 of file matrix.f90.