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