SABER
type_minim::swap Interface Reference

Public Member Functions

subroutine minim_swap (n, a1, a2)
 Swaps the entries of two vectors. More...
 

Detailed Description

Definition at line 120 of file type_minim.F90.

Member Function/Subroutine Documentation

◆ minim_swap()

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.

Parameters
[in]nVectors size
[in,out]a1First vector
[in,out]a2Second vector

Definition at line 1352 of file type_minim.F90.


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