Go to the source code of this file.
|
| Ocean |
| The namespace covering the entire Ocean framework.
|
|
|
typedef VarianceT< Scalar > | Ocean::Variance |
| Definition of a variance object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More...
|
|
typedef VarianceT< double > | Ocean::VarianceD |
| Definition of a variance object with double values. More...
|
|
typedef VarianceT< float > | Ocean::VarianceF |
| Definition of a variance object with float values. More...
|
|
typedef std::vector< Variance > | Ocean::Variances |
| Definition of a vector holding variance objects. More...
|
|