|
SABER
|
Public Member Functions | |
| subroutine | minim_swap (n, a1, a2) |
| Swaps the entries of two vectors. More... | |
Definition at line 120 of file type_minim.F90.
| subroutine type_minim::swap::minim_swap | ( | integer, intent(in) | n, |
| real(kind_real), dimension(n), intent(inout) | a1, | ||
| real(kind_real), dimension(n), intent(inout) | a2 | ||
| ) |
Swaps the entries of two vectors.
| [in] | n | Vectors size |
| [in,out] | a1 | First vector |
| [in,out] | a2 | Second vector |
Definition at line 1352 of file type_minim.F90.