Ocean
SquareMatrix4.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::SquareMatrixT4< T >
 This class implements a 4x4 square matrix. More...
 

Namespaces

 Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

typedef SquareMatrixT4< Scalar > Ocean::SquareMatrix4
 Definition of the SquareMatrix4 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More...
 
typedef SquareMatrixT4< double > Ocean::SquareMatrixD4
 Instantiation of the SquareMatrixT4 template class using a double precision float data type. More...
 
typedef SquareMatrixT4< float > Ocean::SquareMatrixF4
 Instantiation of the SquareMatrixT4 template class using a double precision float data type. More...
 
template<typename T >
using Ocean::SquareMatricesT4 = std::vector< SquareMatrixT4< T > >
 Definition of a typename alias for vectors with SquareMatrixT4 objects. More...
 
typedef std::vector< SquareMatrix4 > Ocean::SquareMatrices4
 Definition of a vector holding SquareMatrix4 objects. More...
 

Functions

template<typename T >
std::ostream & Ocean::operator<< (std::ostream &stream, const SquareMatrixT4< T > &matrix)
 
template<bool tActive, typename T >
MessageObject< tActive > & Ocean::operator<< (MessageObject< tActive > &messageObject, const SquareMatrixT4< T > &matrix)
 
template<bool tActive, typename T >
MessageObject< tActive > & Ocean::operator<< (MessageObject< tActive > &&messageObject, const SquareMatrixT4< T > &matrix)