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

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