subroutine mod_matrix::m_set ( type(matrix),intent(inout)  m,
integer,intent(in)  i,
integer,intent(in)  j,
real*4,intent(in)  value 
)

set 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 : j-th col
value : value
Date:
13th of March, 2011
Remarks:

Definition at line 1158 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines