subroutine mod_matrix::m_resize ( type(matrix),intent(inout)  m,
integer,intent(in)  rows_,
integer,intent(in)  cols_ 
)

resize matrix

Author:
Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
Parameters:
m : type(matrix)
rows_ : row
cols_ : column
Date:
14th of March, 2011
Remarks:

Definition at line 671 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines