Go to the source code of this file.
|
| namespace | Ocean |
| | The namespace covering the entire Ocean framework.
|
| |
|
| using | Ocean::Euler = EulerT< Scalar > |
| | Definition of the Euler object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type.
|
| |
| using | Ocean::EulerD = EulerT< double > |
| | Instantiation of the EulerT template class using a double precision float data type.
|
| |
| using | Ocean::EulerF = EulerT< float > |
| | Instantiation of the EulerT template class using a single precision float data type.
|
| |
| template<typename T > |
| using | Ocean::EulersT = std::vector< EulerT< T > > |
| | Definition of a typename alias for vectors with EulerT objects.
|
| |
| using | Ocean::Eulers = std::vector< Euler > |
| | Definition of a vector holding euler objects.
|
| |