Ocean
Matrix.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::MatrixT< T >
 This class implements a matrix with arbitrary size. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

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...