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