FGSL
Fortran interface for the GNU scientific library
|
Functions/Subroutines | |
type(c_ptr) function | fopen (path, mode) |
integer(c_int) function | fclose (fd) |
type(c_ptr) function | fgsl_cstdin () |
type(c_ptr) function | fgsl_cstdout () |
type(c_ptr) function | fgsl_cstderr () |
integer(c_int) function | fflush (stream) |
integer(c_int) function fclose | ( | type(c_ptr), value | fd | ) |
integer(c_int) function fflush | ( | type(c_ptr), value | stream | ) |
type(c_ptr) function fgsl_cstderr |
type(c_ptr) function fgsl_cstdin |
type(c_ptr) function fgsl_cstdout |
type(c_ptr) function fopen | ( | type(c_ptr), value | path, |
type(c_ptr), value | mode | ||
) |