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

Functions/Subroutines

type(fgsl_sum_levin_u_workspace) function fgsl_sum_levin_u_alloc (n)
 
integer(fgsl_int) function fgsl_sum_levin_u_free (w)
 
integer(fgsl_int) function fgsl_sum_levin_u_accel (array, array_size, w, sum_accel, abserr)
 
type(fgsl_sum_levin_utrunc_workspace) function fgsl_sum_levin_utrunc_alloc (n)
 
integer(fgsl_int) function fgsl_sum_levin_utrunc_free (w)
 
integer(fgsl_int) function fgsl_sum_levin_utrunc_accel (array, array_size, w, sum_accel, abserr)
 

Function/Subroutine Documentation

integer(fgsl_int) function fgsl_sum_levin_u_accel ( real(fgsl_double), dimension(array_size), intent(in)  array,
integer(fgsl_size_t), intent(in)  array_size,
type(fgsl_sum_levin_u_workspace), intent(in)  w,
real(fgsl_double), intent(out)  sum_accel,
real(fgsl_double), intent(out)  abserr 
)
type(fgsl_sum_levin_u_workspace) function fgsl_sum_levin_u_alloc ( integer(fgsl_size_t), intent(in)  n)
integer(fgsl_int) function fgsl_sum_levin_u_free ( type(fgsl_sum_levin_u_workspace), intent(inout)  w)
integer(fgsl_int) function fgsl_sum_levin_utrunc_accel ( real(fgsl_double), dimension(array_size), intent(in)  array,
integer(fgsl_size_t), intent(in)  array_size,
type(fgsl_sum_levin_utrunc_workspace), intent(in)  w,
real(fgsl_double), intent(out)  sum_accel,
real(fgsl_double), intent(out)  abserr 
)
type(fgsl_sum_levin_utrunc_workspace) function fgsl_sum_levin_utrunc_alloc ( integer(fgsl_size_t), intent(in)  n)
integer(fgsl_int) function fgsl_sum_levin_utrunc_free ( type(fgsl_sum_levin_utrunc_workspace), intent(inout)  w)