real*4,dimension(m%rows) mod_matrix::m_getCol ( type(matrix),intent(in)  m,
integer,intent(in)  j 
)

get j-th col matrix's element

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

Definition at line 1130 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines