|
My Project
|
Public Member Functions | |
| pure integer function | locate (xx, x) |
| pure subroutine | hunt (xx, x, jlo) |
Definition at line 2 of file interpolation.F90.
| pure subroutine interpolation::hunt | ( | real, dimension(:), intent(in) | xx, |
| real, intent(in) | x, | ||
| integer, intent(inout) | jlo | ||
| ) |
Definition at line 62 of file interpolation.F90.
| pure integer function interpolation::locate | ( | real, dimension(:), intent(in) | xx, |
| real, intent(in) | x | ||
| ) |
Definition at line 11 of file interpolation.F90.