real*4,dimension(m%cols) mod_matrix::m_getRow ( type(matrix),intent(in)  m,
integer,intent(in)  i 
)

get i-th row matrix's element

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

Definition at line 1103 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines