vector_complex_double.hh File Reference


Detailed Description

Vector specialisation for complex<double> .

Author:
Christian Holm
Date:
Mon Sep 16 04:41:27 2002

#include <gslmm/gslmm-util.hh>
#include <gslmm/vectormatrix/vector_base.hh>
#include <gsl/gsl_vector.h>
#include <gslmm/vectormatrix/matrix_base.hh>
#include <gslmm/compleks/complex_double.hh>
#include <gslmm/math/type_trait.hh>
#include <gslmm/vectormatrix/matrix_complex_double.hh>

Include dependency graph for vector_complex_double.hh:

This graph shows which files directly or indirectly include this file:


Namespaces

namespace  gslmm

Classes

class  gslmm::vector< complex< double > >
 Vector complex<double> specialisation. More...

Defines

#define _GSLMM_VECTOR_FOREACH(w, f)
#define _GSLMM_VECTOR_FOREACH(x, f)

Define Documentation

#define _GSLMM_VECTOR_FOREACH x,
 ) 
 

Value:

do { for (vector<complex<double> >::iterator i = this->begin(); i != this->end(); i++)\
    this->operator[](i) f x; } while(false)

#define _GSLMM_VECTOR_FOREACH w,
 ) 
 

Value:

do { for (vector<complex<double> >::iterator i = this->begin(); \
       i != this->end() && i != w.end(); i++) \
    this->operator[](i) f w[i]; } while (false)

Top of page Last update Tue May 9 10:11:19 2006
Christian Holm
Created by DoxyGen 1.4.6