Ocean
Loading...
Searching...
No Matches
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

namespace  Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

typedef MatrixT< ScalarOcean::Matrix
 Definition of the Matrix object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type.
 
typedef MatrixT< double > Ocean::MatrixD
 Definition of the MatrixT template class using a double precision float data type.
 
typedef MatrixT< float > Ocean::MatrixF
 Definition of the MatrixT template class using a single precision float data type.
 
typedef std::vector< MatrixOcean::Matrices
 Definition of a vector holding matrix objects.