gslcpp
Modern-C++ Wrapper for GSL
|
Definition of gsl::w_equal(). More...
#include "container.hpp"
Go to the source code of this file.
Namespaces | |
gsl | |
Namespace for C++-interface to GSL. | |
Functions | |
bool | gsl::w_equal (w_vector< double const > *u, w_vector< double const > *v) |
True if every element in u be equal to corrending element in v . More... | |
bool | gsl::w_equal (w_vector< float const > *u, w_vector< float const > *v) |
True if every element in u be equal to corrending element in v . More... | |
bool | gsl::w_equal (w_vector< long double const > *u, w_vector< long double const > *v) |
True if every element in u be equal to corrending element in v . More... | |
bool | gsl::w_equal (w_vector< int const > *u, w_vector< int const > *v) |
True if every element in u be equal to corrending element in v . More... | |
bool | gsl::w_equal (w_vector< unsigned const > *u, w_vector< unsigned const > *v) |
True if every element in u be equal to corrending element in v . More... | |
bool | gsl::w_equal (w_vector< long const > *u, w_vector< long const > *v) |
True if every element in u be equal to corrending element in v . More... | |
bool | gsl::w_equal (w_vector< unsigned long const > *u, w_vector< unsigned long const > *v) |
True if every element in u be equal to corrending element in v . More... | |
bool | gsl::w_equal (w_vector< short const > *u, w_vector< short const > *v) |
True if every element in u be equal to corrending element in v . More... | |
bool | gsl::w_equal (w_vector< unsigned short const > *u, w_vector< unsigned short const > *v) |
True if every element in u be equal to corrending element in v . More... | |
bool | gsl::w_equal (w_vector< char const > *u, w_vector< char const > *v) |
True if every element in u be equal to corrending element in v . More... | |
bool | gsl::w_equal (w_vector< unsigned char const > *u, w_vector< unsigned char const > *v) |
True if every element in u be equal to corrending element in v . More... | |
bool | gsl::w_equal (w_vector< complex< double > const > *u, w_vector< complex< double > const > *v) |
True if every element in u be equal to corrending element in v . More... | |
bool | gsl::w_equal (w_vector< complex< float > const > *u, w_vector< complex< float > const > *v) |
True if every element in u be equal to corrending element in v . More... | |
bool | gsl::w_equal (w_vector< complex< long double > const > *u, w_vector< complex< long double > const > *v) |
True if every element in u be equal to corrending element in v . More... | |
Definition of gsl::w_equal().
Definition in file equal.hpp.