FGSL
Fortran interface for the GNU scientific library
|
Functions/Subroutines | |
type(c_ptr) function | gsl_dht_alloc (size) |
integer(c_int) function | gsl_dht_init (t, nu, xmax) |
type(c_ptr) function | gsl_dht_new (size, nu, xmax) |
subroutine | gsl_dht_free (t) |
integer(c_int) function | gsl_dht_apply (t, f_in, f_out) |
real(c_double) function | gsl_dht_x_sample (t, n) |
real(c_double) function | gsl_dht_k_sample (t, n) |
type(c_ptr) function gsl_dht_alloc | ( | integer(c_size_t), value | size | ) |
integer(c_int) function gsl_dht_apply | ( | type(c_ptr), value | t, |
type(c_ptr), value | f_in, | ||
type(c_ptr), value | f_out | ||
) |
subroutine gsl_dht_free | ( | type(c_ptr), value | t | ) |
integer(c_int) function gsl_dht_init | ( | type(c_ptr), value | t, |
real(c_double), value | nu, | ||
real(c_double), value | xmax | ||
) |
real(c_double) function gsl_dht_k_sample | ( | type(c_ptr), value | t, |
integer(c_int), value | n | ||
) |
type(c_ptr) function gsl_dht_new | ( | integer(c_size_t), value | size, |
real(c_double), value | nu, | ||
real(c_double), value | xmax | ||
) |
real(c_double) function gsl_dht_x_sample | ( | type(c_ptr), value | t, |
integer(c_int), value | n | ||
) |