Ocean
Loading...
Searching...
No Matches
Complex.h File Reference

Go to the source code of this file.

Namespaces

namespace  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.
 
typedef std::complex< float > Ocean::ComplexF
 Definition of a complex number based on the single precision floating point data type.
 
typedef std::complex< ScalarOcean::Complex
 Definition of a complex number based on the default floating point precision data type.
 
typedef std::vector< ComplexOcean::Complexes
 Definition of a vector holding complex objects.