gslcpp
Modern-C++ Wrapper for GSL
Namespaces | Functions
swap.hpp File Reference

Definition of gsl::w_swap(). More...

#include "container.hpp"
Include dependency graph for swap.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 gsl
 Namespace for C++-interface to GSL.
 

Functions

int gsl::w_swap (w_vector< double > *u, w_vector< double > *v)
 Exchange elements of vector u and corresponding ones of vector v. More...
 
int gsl::w_swap (w_vector< float > *u, w_vector< float > *v)
 Exchange elements of vector u and corresponding ones of vector v. More...
 
int gsl::w_swap (w_vector< long double > *u, w_vector< long double > *v)
 Exchange elements of vector u and corresponding ones of vector v. More...
 
int gsl::w_swap (w_vector< int > *u, w_vector< int > *v)
 Exchange elements of vector u and corresponding ones of vector v. More...
 
int gsl::w_swap (w_vector< unsigned > *u, w_vector< unsigned > *v)
 Exchange elements of vector u and corresponding ones of vector v. More...
 
int gsl::w_swap (w_vector< long > *u, w_vector< long > *v)
 Exchange elements of vector u and corresponding ones of vector v. More...
 
int gsl::w_swap (w_vector< unsigned long > *u, w_vector< unsigned long > *v)
 Exchange elements of vector u and corresponding ones of vector v. More...
 
int gsl::w_swap (w_vector< short > *u, w_vector< short > *v)
 Exchange elements of vector u and corresponding ones of vector v. More...
 
int gsl::w_swap (w_vector< unsigned short > *u, w_vector< unsigned short > *v)
 Exchange elements of vector u and corresponding ones of vector v. More...
 
int gsl::w_swap (w_vector< char > *u, w_vector< char > *v)
 Exchange elements of vector u and corresponding ones of vector v. More...
 
int gsl::w_swap (w_vector< unsigned char > *u, w_vector< unsigned char > *v)
 Exchange elements of vector u and corresponding ones of vector v. More...
 
int gsl::w_swap (w_vector< complex< double >> *u, w_vector< complex< double >> *v)
 Exchange elements of vector u and corresponding ones of vector v. More...
 
int gsl::w_swap (w_vector< complex< float >> *u, w_vector< complex< float >> *v)
 Exchange elements of vector u and corresponding ones of vector v. More...
 
int gsl::w_swap (w_vector< complex< long double >> *u, w_vector< complex< long double >> *v)
 Exchange elements of vector u and corresponding ones of vector v. More...
 

Detailed Description

Definition of gsl::w_swap().

Definition in file swap.hpp.