FGSL
Fortran interface for the GNU scientific library
Functions/Subroutines
api/sum_levin.finc File Reference

Functions/Subroutines

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

Function Documentation

integer(fgsl_int) 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) fgsl_sum_levin_u_alloc ( integer(fgsl_size_t),intent(in)  n)
integer(fgsl_int) fgsl_sum_levin_u_free ( type(fgsl_sum_levin_u_workspace),intent(inout)  w)
integer(fgsl_int) 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) fgsl_sum_levin_utrunc_alloc ( integer(fgsl_size_t),intent(in)  n)
integer(fgsl_int) fgsl_sum_levin_utrunc_free ( type(fgsl_sum_levin_utrunc_workspace),intent(inout)  w)
 All Classes Namespaces Files Functions Variables