gslcpp
Modern-C++ Wrapper for GSL
|
Definition of gsl::w_axpby(). More...
#include "container.hpp"
Go to the source code of this file.
Namespaces | |
gsl | |
Namespace for C++-interface to GSL. | |
Functions | |
int | gsl::w_axpby (double const &a, w_vector< double const > *x, double const &b, w_vector< double > *y) |
Perform the logical equivalent of y = a*x + b*y . More... | |
int | gsl::w_axpby (float const &a, w_vector< float const > *x, float const &b, w_vector< float > *y) |
Perform the logical equivalent of y = a*x + b*y . More... | |
int | gsl::w_axpby (long double const &a, w_vector< long double const > *x, long double const &b, w_vector< long double > *y) |
Perform the logical equivalent of y = a*x + b*y . More... | |
int | gsl::w_axpby (int const &a, w_vector< int const > *x, int const &b, w_vector< int > *y) |
Perform the logical equivalent of y = a*x + b*y . More... | |
int | gsl::w_axpby (unsigned const &a, w_vector< unsigned const > *x, unsigned const &b, w_vector< unsigned > *y) |
Perform the logical equivalent of y = a*x + b*y . More... | |
int | gsl::w_axpby (long const &a, w_vector< long const > *x, long const &b, w_vector< long > *y) |
Perform the logical equivalent of y = a*x + b*y . More... | |
int | gsl::w_axpby (unsigned long const &a, w_vector< unsigned long const > *x, unsigned long const &b, w_vector< unsigned long > *y) |
Perform the logical equivalent of y = a*x + b*y . More... | |
int | gsl::w_axpby (short const &a, w_vector< short const > *x, short const &b, w_vector< short > *y) |
Perform the logical equivalent of y = a*x + b*y . More... | |
int | gsl::w_axpby (unsigned short const &a, w_vector< unsigned short const > *x, unsigned short const &b, w_vector< unsigned short > *y) |
Perform the logical equivalent of y = a*x + b*y . More... | |
int | gsl::w_axpby (char const &a, w_vector< char const > *x, char const &b, w_vector< char > *y) |
Perform the logical equivalent of y = a*x + b*y . More... | |
int | gsl::w_axpby (unsigned char const &a, w_vector< unsigned char const > *x, unsigned char const &b, w_vector< unsigned char > *y) |
Perform the logical equivalent of y = a*x + b*y . More... | |
int | gsl::w_axpby (complex< double > const &a, w_vector< complex< double > const > *x, complex< double > const &b, w_vector< complex< double >> *y) |
Perform the logical equivalent of y = a*x + b*y . More... | |
int | gsl::w_axpby (complex< float > const &a, w_vector< complex< float > const > *x, complex< float > const &b, w_vector< complex< float >> *y) |
Perform the logical equivalent of y = a*x + b*y . More... | |
int | gsl::w_axpby (complex< long double > const &a, w_vector< complex< long double > const > *x, complex< long double > const &b, w_vector< complex< long double >> *y) |
Perform the logical equivalent of y = a*x + b*y . More... | |
Definition of gsl::w_axpby().
Definition in file axpby.hpp.