Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::VarianceT< T > |
This class allows to determine the variance in a given data set. More... | |
Namespaces | |
namespace | Ocean |
The namespace covering the entire Ocean framework. | |
Typedefs | |
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. | |
typedef VarianceT< double > | Ocean::VarianceD |
Definition of a variance object with double values. | |
typedef VarianceT< float > | Ocean::VarianceF |
Definition of a variance object with float values. | |
typedef std::vector< Variance > | Ocean::Variances |
Definition of a vector holding variance objects. | |