My Project
 All Classes Files Functions Variables Macros
array_lib Module Reference

Public Member Functions

integer *4 function infind (list, val, sort, dist)
subroutine lin_interpolate (yarr, xarr, yyarr, xxarr, tol)

Detailed Description

Definition at line 8 of file array_lib.F90.

Member Function/Subroutine Documentation

integer*4 function array_lib::infind ( real*8, dimension(:), intent(in)  list,
real*8, intent(in)  val,
integer, intent(in), optional  sort,
real*8, intent(out), optional  dist 
)

Definition at line 16 of file array_lib.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine array_lib::lin_interpolate ( real*8, dimension(:), intent(in)  yarr,
real*8, dimension(:), intent(in)  xarr,
real*8, dimension(size(xxarr)), intent(out yyarr,
real*8, dimension(:), intent(in)  xxarr,
real*8, intent(in)  tol 
)

Definition at line 98 of file array_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: