Ocean
Loading...
Searching...
No Matches
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

namespace  Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

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