|
Ocean
|
Go to the source code of this file.
Data Structures | |
| class | Ocean::SparseMatrixT< T > |
| This class implements a sparse matrix using a float type for its elements that is specified by T. More... | |
| class | Ocean::SparseMatrixT< T >::Entry |
| This class implements a triple object for matrix entries. More... | |
Namespaces | |
| namespace | Ocean |
| The namespace covering the entire Ocean framework. | |
Typedefs | |
| using | Ocean::SparseMatrix = SparseMatrixT< Scalar > |
| Definition of the SparseMatrix object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. | |
| using | Ocean::SparseMatrixD = SparseMatrixT< double > |
| Instantiation of the SparseMatrixT template class using a double precision float data type. | |
| using | Ocean::SparseMatrixF = SparseMatrixT< float > |
| Instantiation of the SparseMatrixT template class using a single precision float data type. | |
| using | Ocean::SparseMatrices = std::vector< SparseMatrix > |
| Definition of a vector holding sparse matrix objects. | |