FGSL
Fortran interface for the GNU scientific library
|
Functions/Subroutines | |
type(c_ptr) function | gsl_sum_levin_u_alloc (n) |
integer(c_int) function | gsl_sum_levin_u_free (w) |
integer(c_int) function | gsl_sum_levin_u_accel (array, array_size, w, sum_accel, abserr) |
type(c_ptr) function | gsl_sum_levin_utrunc_alloc (n) |
integer(c_int) function | gsl_sum_levin_utrunc_free (w) |
integer(c_int) function | gsl_sum_levin_utrunc_accel (array, array_size, w, sum_accel, abserr) |
integer(c_int) function gsl_sum_levin_u_accel | ( | real(c_double), dimension(array_size), intent(in) | array, |
integer(c_size_t), value | array_size, | ||
type(c_ptr), value | w, | ||
real(c_double), intent(out) | sum_accel, | ||
real(c_double), intent(out) | abserr | ||
) |
type(c_ptr) function gsl_sum_levin_u_alloc | ( | integer(c_size_t), value | n | ) |
integer(c_int) function gsl_sum_levin_u_free | ( | type(c_ptr), value | w | ) |
integer(c_int) function gsl_sum_levin_utrunc_accel | ( | real(c_double), dimension(array_size), intent(in) | array, |
integer(c_size_t), value | array_size, | ||
type(c_ptr), value | w, | ||
real(c_double), intent(out) | sum_accel, | ||
real(c_double), intent(out) | abserr | ||
) |
type(c_ptr) function gsl_sum_levin_utrunc_alloc | ( | integer(c_size_t), value | n | ) |
integer(c_int) function gsl_sum_levin_utrunc_free | ( | type(c_ptr), value | w | ) |