Ocean
Complex.h File Reference

Go to the source code of this file.

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

typedef std::complex< double > Ocean::ComplexD
 Definition of a complex number based on the double precision floating point data type. More...
 
typedef std::complex< float > Ocean::ComplexF
 Definition of a complex number based on the single precision floating point data type. More...
 
typedef std::complex< Scalar > Ocean::Complex
 Definition of a complex number based on the default floating point precision data type. More...
 
typedef std::vector< Complex > Ocean::Complexes
 Definition of a vector holding complex objects. More...