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

compute product between matrix and vector

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)

Definition at line 1780 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines