Ocean
|
Go to the source code of this file.
Data Structures | |
class | Ocean::SquareMatrixT3< T > |
This class implements a 3x3 square matrix. More... | |
Namespaces | |
Ocean | |
The namespace covering the entire Ocean framework. | |
Typedefs | |
typedef SquareMatrixT3< Scalar > | Ocean::SquareMatrix3 |
Definition of the SquareMatrix3 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More... | |
typedef SquareMatrixT3< double > | Ocean::SquareMatrixD3 |
Instantiation of the SquareMatrixT3 template class using a double precision float data type. More... | |
typedef SquareMatrixT3< float > | Ocean::SquareMatrixF3 |
Instantiation of the SquareMatrixT3 template class using a single precision float data type. More... | |
template<typename T > | |
using | Ocean::SquareMatricesT3 = std::vector< SquareMatrixT3< T > > |
Definition of a typename alias for vectors with SquareMatrixT3 objects. More... | |
typedef std::vector< SquareMatrix3 > | Ocean::SquareMatrices3 |
Definition of a vector holding SquareMatrix3 objects. More... | |
Functions | |
template<typename T > | |
std::ostream & | Ocean::operator<< (std::ostream &stream, const SquareMatrixT3< T > &matrix) |
template<bool tActive, typename T > | |
MessageObject< tActive > & | Ocean::operator<< (MessageObject< tActive > &messageObject, const SquareMatrixT3< T > &matrix) |
template<bool tActive, typename T > | |
MessageObject< tActive > & | Ocean::operator<< (MessageObject< tActive > &&messageObject, const SquareMatrixT3< T > &matrix) |