subroutine mod_matrix::mc_random ( type(matrix),intent(inout)  m,
real*4,intent(in),optional  low,
real*4,intent(in),optional  high 
)

initialize the matrix by random value

Author:
Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
Parameters:
m : type(matrix)
low : lbound (optional, default=1.0)
high : ubound (optional, default=card(v))
Date:
15th of March, 2011
Remarks:

Definition at line 822 of file matrix.f90.

 All Classes Namespaces Files Functions Variables Defines