My Project
 All Classes Files Functions Variables Macros
math_lib Module Reference

Public Member Functions

real *8 function gamma (x)
real *8 function path_integral (f, s, i1, i2)
subroutine avint (ftab, xtab, ntab, a_in, b_in, result)

Detailed Description

Definition at line 9 of file math_lib.F90.

Member Function/Subroutine Documentation

subroutine math_lib::avint ( real ( kind = kr8 ), dimension(ntab), intent(in)  ftab,
real ( kind = kr8 ), dimension(ntab), intent(in)  xtab,
integer, intent(in)  ntab,
real ( kind = kr8 ), intent(in)  a_in,
real ( kind = kr8 ), intent(in)  b_in,
real ( kind = kr8 ), intent(out result 
)

Definition at line 160 of file math_lib.F90.

Here is the caller graph for this function:

real*8 function math_lib::gamma ( real*8, intent(in)  x)

Definition at line 17 of file math_lib.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

real*8 function math_lib::path_integral ( real*8, dimension(:), intent(in)  f,
real*8, dimension(:), intent(in)  s,
integer, intent(in)  i1,
integer, intent(in)  i2 
)

Definition at line 96 of file math_lib.F90.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this module was generated from the following file: