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