FGSL
Fortran interface for the GNU scientific library
Functions/Subroutines
error.finc File Reference
This graph shows which files directly or indirectly include this file:

Functions/Subroutines

type(c_funptr) function gsl_set_error_handler (new_handler)
 
type(c_funptr) function gsl_set_error_handler_off ()
 
type(c_ptr) function gsl_strerror (errno)
 
subroutine gsl_error (reason, file, line, gsl_errno)
 

Function/Subroutine Documentation

◆ gsl_error()

subroutine gsl_error ( type(c_ptr), value  reason,
type(c_ptr), value  file,
integer(c_int), value  line,
integer(c_int), value  gsl_errno 
)

◆ gsl_set_error_handler()

type(c_funptr) function gsl_set_error_handler ( type(c_funptr), value  new_handler)

◆ gsl_set_error_handler_off()

type(c_funptr) function gsl_set_error_handler_off

◆ gsl_strerror()

type(c_ptr) function gsl_strerror ( integer(c_int), value  errno)