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