Go to the source code of this file.
|
| namespace | Ocean |
| | The namespace covering the entire Ocean framework.
|
| |
|
| using | Ocean::Matrix = MatrixT< Scalar > |
| | Definition of the Matrix object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type.
|
| |
| using | Ocean::MatrixD = MatrixT< double > |
| | Definition of the MatrixT template class using a double precision float data type.
|
| |
| using | Ocean::MatrixF = MatrixT< float > |
| | Definition of the MatrixT template class using a single precision float data type.
|
| |
| using | Ocean::Matrices = std::vector< Matrix > |
| | Definition of a vector holding matrix objects.
|
| |