FGSL
Fortran interface for the GNU scientific library
|
Please go to api/complex.finc for the API documentation.
Since the Fortran standard provides extensive support for complex numbers, ony those routines for which no Fortran intrinsic is available are mapped in FGSL. Instead of an argument of type gsl_complex
, a standard Fortran complex(fgsl_double)
is used for all mapped functions.