linalg 1.6.1
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
|
Swaps the contents of two arrays. More...
Swaps the contents of two arrays.
[in,out] | x | One of the N-element arrays. |
[in,out] | y | The other N-element array. |
[in,out] | err | An optional errors-based object that if provided can be used to retrieve information relating to any errors encountered during execution. If not provided, a default implementation of the errors class is used internally to provide error handling. Possible errors and warning messages that may be encountered are as follows.
|
Definition at line 416 of file linalg_core.f90.