fitpack
Modern Fortran library for curve and surface fitting with splines
Loading...
Searching...
No Matches
fitpack_core::fitpack_swap Interface Reference

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.
 

Member Function/Subroutine Documentation

◆ swap_data()

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.

◆ swap_size()

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.


The documentation for this interface was generated from the following file: