real*4 mod_matrix::m_get ( type(matrix),intent(in)  m,
integer,intent(in)  i,
integer,intent(in)  j 
)

get the (i-th,j-th) matrix's element

Author:
Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
Parameters:
m : type(matrix)
i : i-th row
j : i-th col
Date:
13th of March, 2011
Remarks:
Returns:
res : (i-th,j-th) matrix's element

Definition at line 1055 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines