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