math_lib Module


Uses

  • module~~math_lib~2~~UsesGraph module~math_lib~2 math_lib module~mod_cosp_error mod_cosp_error module~math_lib~2->module~mod_cosp_error module~cosp_kinds cosp_kinds module~math_lib~2->module~cosp_kinds module~mod_cosp_error->module~cosp_kinds

Contents


Functions

public function path_integral(f, s, i1, i2)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), dimension(:) :: f
real(kind=wp), intent(in), dimension(:) :: s
integer, intent(in) :: i1
integer, intent(in) :: i2

Return Value real(kind=wp)

public function gamma(x)

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: x

Return Value real(kind=wp)


Subroutines

public subroutine avint(ftab, xtab, ntab, a_in, b_in, result)

AVINT estimates the integral of unevenly spaced data.

Read more…

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in), dimension(ntab) :: ftab
real(kind=wp), intent(in), dimension(ntab) :: xtab
integer, intent(in) :: ntab
real(kind=wp), intent(in) :: a_in
real(kind=wp), intent(in) :: b_in
real(kind=wp), intent(out) :: result