Go to the source code of this file.
|
module | io |
| IO: module for input/output
|
|
|
subroutine | io::writearray_f (tab, fic, transpose) |
| write array to file, float case More...
|
|
subroutine | io::writevec_f (vec, fic) |
| write vector to file, float case More...
|
|
subroutine | io::writevec_i (vec, fic) |
| write vector to file, integer case More...
|
|
subroutine | io::readvec_f (vec, fic) |
| read vector from file, float case More...
|
|
subroutine | io::readarray_f (vec, fic) |
| read array from file, float case More...
|
|
subroutine | io::readvec_i (vec, fic) |
| read vector from file, integer case More...
|
|
integer function | io::count_lines (fic) |
| Count lines in a file. More...
|
|
logical function, public | io::file_exists (filename) |
| Check if the file exists. More...
|
|