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

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)
 

Function/Subroutine Documentation

◆ gsl_dht_alloc()

type(c_ptr) function gsl_dht_alloc ( integer(c_size_t), value  size)

◆ gsl_dht_apply()

integer(c_int) function gsl_dht_apply ( type(c_ptr), value  t,
type(c_ptr), value  f_in,
type(c_ptr), value  f_out 
)

◆ gsl_dht_free()

subroutine gsl_dht_free ( type(c_ptr), value  t)

◆ gsl_dht_init()

integer(c_int) function gsl_dht_init ( type(c_ptr), value  t,
real(c_double), value  nu,
real(c_double), value  xmax 
)

◆ gsl_dht_k_sample()

real(c_double) function gsl_dht_k_sample ( type(c_ptr), value  t,
integer(c_int), value  n 
)

◆ gsl_dht_new()

type(c_ptr) function gsl_dht_new ( integer(c_size_t), value  size,
real(c_double), value  nu,
real(c_double), value  xmax 
)

◆ gsl_dht_x_sample()

real(c_double) function gsl_dht_x_sample ( type(c_ptr), value  t,
integer(c_int), value  n 
)