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