In Fortran code, GSL_* must be replaced by FGSL_* for each API call, abstract data type, module variables and parameters (with exception of the M_* mathematical constants)
Some names were changed due to UC/LC aliasing. See the documentation chapter on special functions for details.
Intrinsic type matching:
real(fgsl_double) is used for double precision values
real(fgsl_float) is used for single precision values
type definitions are in the fgsl section of the Modules menu item
all API routines are available via the Files menu item
additional remarks on the various files are available via the Related Pages menu item
Only interfaces from the GSL manual are implemented. The C include files may contain more stuff which may only be meant for internal use, or is not officially documented.
Inlining of GSL routines is not possible.
Macros are not supported:
macro values are replicated as parameters
Inf/Nan need to use IEEE_VALUE (if available)
Generated on Fri Jul 30 2021 02:14:30 for FGSL by 1.8.17