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

Functions/Subroutines

integer(fgsl_int) function fgsl_deriv_central (f, x, h, result, abserr)
 
integer(fgsl_int) function fgsl_deriv_forward (f, x, h, result, abserr)
 
integer(fgsl_int) function fgsl_deriv_backward (f, x, h, result, abserr)
 

Function/Subroutine Documentation

integer(fgsl_int) function fgsl_deriv_backward ( type(fgsl_function), intent(in)  f,
real(fgsl_double), intent(in)  x,
real(fgsl_double), intent(in)  h,
real(fgsl_double), intent(out)  result,
real(fgsl_double), intent(out)  abserr 
)
integer(fgsl_int) function fgsl_deriv_central ( type(fgsl_function), intent(in)  f,
real(fgsl_double), intent(in)  x,
real(fgsl_double), intent(in)  h,
real(fgsl_double), intent(out)  result,
real(fgsl_double), intent(out)  abserr 
)
integer(fgsl_int) function fgsl_deriv_forward ( type(fgsl_function), intent(in)  f,
real(fgsl_double), intent(in)  x,
real(fgsl_double), intent(in)  h,
real(fgsl_double), intent(out)  result,
real(fgsl_double), intent(out)  abserr 
)