Go to the source code of this file.
|  | 
| namespace | Ocean | 
|  | The namespace covering the entire Ocean framework. 
 | 
|  | 
|  | 
| 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< Scalar > | Ocean::Complex | 
|  | Definition of a complex number based on the default floating point precision data type. 
 | 
|  | 
| typedef std::vector< Complex > | Ocean::Complexes | 
|  | Definition of a vector holding complex objects. 
 | 
|  |