gslcpp
Modern-C++ Wrapper for GSL
|
Definition of gsl::w_div(). More...
#include "container.hpp"
Go to the source code of this file.
Namespaces | |
gsl | |
Namespace for C++-interface to GSL. | |
Functions | |
int | gsl::w_div (w_vector< double > *u, w_vector< double const > *v) |
Perform the logical operation u = u/v element by element. More... | |
int | gsl::w_div (w_vector< float > *u, w_vector< float const > *v) |
Perform the logical operation u = u/v element by element. More... | |
int | gsl::w_div (w_vector< long double > *u, w_vector< long double const > *v) |
Perform the logical operation u = u/v element by element. More... | |
int | gsl::w_div (w_vector< int > *u, w_vector< int const > *v) |
Perform the logical operation u = u/v element by element. More... | |
int | gsl::w_div (w_vector< unsigned > *u, w_vector< unsigned const > *v) |
Perform the logical operation u = u/v element by element. More... | |
int | gsl::w_div (w_vector< long > *u, w_vector< long const > *v) |
Perform the logical operation u = u/v element by element. More... | |
int | gsl::w_div (w_vector< unsigned long > *u, w_vector< unsigned long const > *v) |
Perform the logical operation u = u/v element by element. More... | |
int | gsl::w_div (w_vector< short > *u, w_vector< short const > *v) |
Perform the logical operation u = u/v element by element. More... | |
int | gsl::w_div (w_vector< unsigned short > *u, w_vector< unsigned short const > *v) |
Perform the logical operation u = u/v element by element. More... | |
int | gsl::w_div (w_vector< char > *u, w_vector< char const > *v) |
Perform the logical operation u = u/v element by element. More... | |
int | gsl::w_div (w_vector< unsigned char > *u, w_vector< unsigned char const > *v) |
Perform the logical operation u = u/v element by element. More... | |
int | gsl::w_div (w_vector< complex< double >> *u, w_vector< complex< double > const > *v) |
Perform the logical operation u = u/v element by element. More... | |
int | gsl::w_div (w_vector< complex< float >> *u, w_vector< complex< float > const > *v) |
Perform the logical operation u = u/v element by element. More... | |
int | gsl::w_div (w_vector< complex< long double >> *u, w_vector< complex< long double > const > *v) |
Perform the logical operation u = u/v element by element. More... | |
Definition of gsl::w_div().
Definition in file div.hpp.