|
subroutine mod_matrix::m_print_tofile |
( |
type(matrix),intent(in) |
m, |
|
|
character*(*),intent(in) |
filename, |
|
|
integer,intent(in),optional |
unit, |
|
|
character*(*),intent(in),optional |
status, |
|
|
character*(*),intent(in),optional |
position | |
|
) |
| | |
print matrix to file
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| m | : type(matrix) |
| filename | : name of file |
| unit | : write unity (optional) |
| status | : status (optional) |
| position | : position (optional) |
- Date:
- 27th of March, 2011
- Returns:
- res : type(matrix)
Definition at line 4339 of file matrix.f90.
|