|
fitpack
Modern Fortran library for curve and surface fitting with splines
|
Public Member Functions | |
| elemental subroutine | swap_data (a, b) |
| Swap two real values in place. | |
| elemental subroutine | swap_size (a, b) |
| Swap two integer values in place. | |
| elemental subroutine fitpack_core::fitpack_swap::swap_data | ( | real(fp_real), intent(inout) | a, |
| real(fp_real), intent(inout) | b ) |
Swap two real values in place.
| elemental subroutine fitpack_core::fitpack_swap::swap_size | ( | integer(fp_size), intent(inout) | a, |
| integer(fp_size), intent(inout) | b ) |
Swap two integer values in place.