Go to the source code of this file.
|
| 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. 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...
|
|