type(vector) mod_matrix::m_prod_vec_c ( type(matrix),intent(in)  m,
type(vector),intent(in)  v 
)

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
Remarks:
Returns:
res : type(vector)
Todo:
parallel omp ? (ex, conjugate gradient)

Definition at line 1861 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines