|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
#include <gsl/gsl_vector.h>#include <new>#include <iterator>#include "exception.hpp"#include "block.hpp"

Go to the source code of this file.
Classes | |
| class | gsl::vector |
| This class handles vector objects as shared handles. More... | |
| class | gsl::vector::iterator_base< container, content, reverse_t > |
| The container must have iterator types. More... | |
| class | gsl::vector::iterator_t< reverse_t > |
| A class template for the two non-const iterators. More... | |
| class | gsl::vector::const_iterator_t< reverse_t > |
| A class template for the const iterators. More... | |
Namespaces | |
| namespace | gsl |
| The gsl package creates an interface to the GNU Scientific Library for C++. | |
| namespace | gsl::multimin |
| Multidimensional minimisation. | |
| namespace | gsl::multifit |
| This namespace gives access to all the gsl_fit functions and allows us to use gsl::vector and gsl::matrix shared pointers. | |
| namespace | gsl::multifit::nlinear |
| Namespace for gsl_multifit_nlinear functions. | |
| namespace | gsl::multilarge |
| This namespace handles large dense systems. | |
| namespace | gsl::multilarge::nlinear |
| Linear systems. | |
| namespace | gsl::multiroot |
| Namespace for multidimensional root finding. | |
Functions | |
| vector::iterator | gsl::operator+ (vector::iterator::difference_type const n, vector::iterator const &i) |
| Allows constant to be added to iterator. More... | |
| vector::const_iterator | gsl::operator+ (vector::const_iterator::difference_type const n, vector::const_iterator const &i) |
| Allows constant to be added to iterator. More... | |
| vector::reverse_iterator | gsl::operator+ (vector::reverse_iterator::difference_type const n, vector::reverse_iterator const &i) |
| Allows constant to be added to iterator. More... | |
| vector::const_reverse_iterator | gsl::operator+ (vector::const_reverse_iterator::difference_type const n, vector::const_reverse_iterator const &i) |
| Allows constant to be added to iterator. More... | |