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

compute soustraction between the both m1 and m2 matrices

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

Definition at line 2010 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines