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