Public Member Functions | |
| subroutine | splr_1 (NORD, X, DS, IW, TTT, R, IREP) |
| subroutine | splr_2 (NORD, X, DS, IW, TTT, R, IREP) |
Definition at line 116 of file mode_splines.F90.
| subroutine mode_splines::splr::splr_1 | ( | integer, intent(in) | NORD, |
| real, dimension(:,:), intent(in) | X, | ||
| real, dimension(:), intent(in) | DS, | ||
| integer, dimension(:), intent(out) | IW, | ||
| real, dimension(:), intent(out) | TTT, | ||
| real, dimension(:,:), intent(out) | R, | ||
| integer, intent(out) | IREP | ||
| ) |
Definition at line 1795 of file mode_splines.F90.
| subroutine mode_splines::splr::splr_2 | ( | integer, intent(in) | NORD, |
| real, dimension(:,:), intent(in) | X, | ||
| real, dimension(:), intent(in) | DS, | ||
| integer, dimension(:,:), intent(out) | IW, | ||
| real, dimension(:,:), intent(out) | TTT, | ||
| real, dimension(:,:), intent(out) | R, | ||
| integer, intent(out) | IREP | ||
| ) |
Definition at line 1834 of file mode_splines.F90.
1.8.5