Go to the source code of this file.
|
| namespace | Ocean |
| | The namespace covering the entire Ocean framework.
|
| |
|
| 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.
|
| |