ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
vector_complex.hpp File Reference
#include <gsl/gsl_vector_complex_double.h>
#include <new>
#include <iterator>
#include <complex>
#include "exception.hpp"
#include "block_complex.hpp"
#include "vector.hpp"
Include dependency graph for vector_complex.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  gsl::vector_complex
 This class handles vector_complex objects as shared handles. More...
 
class  gsl::vector_complex::iterator_base< container, content, reverse_t >
 The container must have iterator types. More...
 
class  gsl::vector_complex::iterator_t< reverse_t >
 A class template for the two non-const iterators. More...
 
class  gsl::vector_complex::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++.
 

Macros

#define CCGSL_MTY   2
 

Functions

vector_complex::iterator gsl::operator+ (vector_complex::iterator::difference_type const n, vector_complex::iterator const &i)
 Allows constant to be added to iterator. More...
 
vector_complex::const_iterator gsl::operator+ (vector_complex::const_iterator::difference_type const n, vector_complex::const_iterator const &i)
 Allows constant to be added to iterator. More...
 
vector_complex::reverse_iterator gsl::operator+ (vector_complex::reverse_iterator::difference_type const n, vector_complex::reverse_iterator const &i)
 Allows constant to be added to iterator. More...
 
vector_complex::const_reverse_iterator gsl::operator+ (vector_complex::const_reverse_iterator::difference_type const n, vector_complex::const_reverse_iterator const &i)
 Allows constant to be added to iterator. More...
 

Macro Definition Documentation

◆ CCGSL_MTY

#define CCGSL_MTY   2

Definition at line 35 of file vector_complex.hpp.