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