Ocean
SparseMatrix.h File Reference

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

 Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

typedef SparseMatrixT< Scalar > Ocean::SparseMatrix
 Definition of the SparseMatrix object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type. More...
 
typedef SparseMatrixT< double > Ocean::SparseMatrixD
 Instantiation of the SparseMatrixT template class using a double precision float data type. More...
 
typedef SparseMatrixT< float > Ocean::SparseMatrixF
 Instantiation of the SparseMatrixT template class using a single precision float data type. More...
 
typedef std::vector< SparseMatrix > Ocean::SparseMatrices
 Definition of a vector holding sparse matrix objects. More...