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

Functions/Subroutines

character(kind=fgsl_char, len=fgsl_strmax) function fgsl_name (c_name)
 C string to Fortran string conversion. More...
 
integer(fgsl_size_t) function fgsl_sizeof_double (x)
 size of intrinsic double precision type More...
 
integer(fgsl_size_t) function fgsl_sizeof_float (x)
 size of intrinsic single precision type More...
 
integer(fgsl_size_t) function fgsl_sizeof_int (x)
 size of intrinsic integer type More...
 
integer(fgsl_size_t) function fgsl_sizeof_long (x)
 size of intrinsic long integer type More...
 
integer(fgsl_size_t) function fgsl_sizeof_size_t (x)
 size of intrinsic size_t integer type More...
 
integer(fgsl_size_t) function fgsl_sizeof_char (x)
 size of intrinsic character type More...
 

Function/Subroutine Documentation

character(kind=fgsl_char, len=fgsl_strmax) function fgsl_name ( type(c_ptr), intent(in)  c_name)

C string to Fortran string conversion.

integer(fgsl_size_t) function fgsl_sizeof_char ( character(fgsl_char), intent(in)  x)

size of intrinsic character type

integer(fgsl_size_t) function fgsl_sizeof_double ( real(fgsl_double), intent(in)  x)

size of intrinsic double precision type

integer(fgsl_size_t) function fgsl_sizeof_float ( real(fgsl_float), intent(in)  x)

size of intrinsic single precision type

integer(fgsl_size_t) function fgsl_sizeof_int ( integer(fgsl_int), intent(in)  x)

size of intrinsic integer type

integer(fgsl_size_t) function fgsl_sizeof_long ( integer(fgsl_long), intent(in)  x)

size of intrinsic long integer type

integer(fgsl_size_t) function fgsl_sizeof_size_t ( integer(fgsl_size_t), intent(in)  x)

size of intrinsic size_t integer type