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

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

Definition at line 1821 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines