sinter Module Reference
Functions/Subroutines | |
| subroutine | sinter_extrp_up (X, A, Y, B, M1, N1) |
| subroutine | sinter_extrp_down (X, A, Y, B, M1, N1) |
| subroutine | sinter_extrp_none (X, A, Y, B, M1, N1) |
| subroutine | sinter_extrp_both (X, A, Y, B, M1, N1) |
Function/Subroutine Documentation
| subroutine sinter::sinter_extrp_both | ( | real(sp), dimension(m1), intent(in) | X, |
| real(sp), dimension(m1), intent(in) | A, | ||
| real(sp), dimension(n1), intent(in) | Y, | ||
| real(sp), dimension(n1), intent(out) | B, | ||
| integer, intent(in) | M1, | ||
| integer, intent(in) | N1 | ||
| ) |
| subroutine sinter::sinter_extrp_down | ( | real(sp), dimension(m1), intent(in) | X, |
| real(sp), dimension(m1), intent(in) | A, | ||
| real(sp), dimension(n1), intent(in) | Y, | ||
| real(sp), dimension(n1), intent(out) | B, | ||
| integer, intent(in) | M1, | ||
| integer, intent(in) | N1 | ||
| ) |
Here is the caller graph for this function:

| subroutine sinter::sinter_extrp_none | ( | real(sp), dimension(m1), intent(in) | X, |
| real(sp), dimension(m1), intent(in) | A, | ||
| real(sp), dimension(n1), intent(in) | Y, | ||
| real(sp), dimension(n1), intent(out) | B, | ||
| integer, intent(in) | M1, | ||
| integer, intent(in) | N1 | ||
| ) |
Here is the caller graph for this function:

| subroutine sinter::sinter_extrp_up | ( | real(sp), dimension(m1), intent(in) | X, |
| real(sp), dimension(m1), intent(in) | A, | ||
| real(sp), dimension(n1), intent(in) | Y, | ||
| real(sp), dimension(n1), intent(out) | B, | ||
| integer, intent(in) | M1, | ||
| integer, intent(in) | N1 | ||
| ) |
Here is the caller graph for this function:


1.8.11