|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
#include <gsl/gsl_mode.h>

Go to the source code of this file.
Namespaces | |
| namespace | gsl |
| The gsl package creates an interface to the GNU Scientific Library for C++. | |
| namespace | gsl::mode |
This namespace handles gsl_mode for functions that use a mode. | |
Typedefs | |
| typedef gsl_mode_t | gsl::mode_t |
A typedef for gsl_mode_t. More... | |
Functions | |
| mode_t const | gsl::mode::DOUBLE () |
| Predefined mode. More... | |
| mode_t const | gsl::mode::SINGLE () |
| Predefined mode. More... | |
| mode_t const | gsl::mode::APPROX () |
| Predefined mode. More... | |
| unsigned int | gsl::mode::PREC (mode_t mt) |
| Extract precision from 3 low-order bits of mode. More... | |
| mode_t const | gsl::mode::DEFAULT () |
| Predefined mode. More... | |