type(matrix) mod_matrix::m_prod_mat ( type(matrix),intent(in)  m1,
type(matrix),intent(in)  m2 
)

compute product between the both m1 and m2 matrices

Author:
Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
Parameters:
m1 : type(matrix)
m2 : type(matrix)
Date:
09th of March, 2011
Remarks:
Returns:
res : type(matrix)

Definition at line 1740 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines