DGtal
1.5.beta
|
Aim: Represent any dynamic or static sized matrix having sparse representation. More...
#include <DGtal/math/linalg/CSparseMatrix.h>
Public Types | |
typedef T::Index | Index |
Public Types inherited from DGtal::concepts::CMatrix< T > | |
typedef T::Scalar | Scalar |
typedef T::Index | Index |
Public Types inherited from DGtal::concepts::CVectorSpace< T > | |
typedef T::Scalar | Scalar |
Public Member Functions | |
BOOST_CONCEPT_ASSERT ((boost::InputIterator< TripletInterator >)) | |
BOOST_CONCEPT_USAGE (CSparseMatrix) | |
Public Member Functions inherited from DGtal::concepts::CMatrix< T > | |
BOOST_CONCEPT_USAGE (CMatrix) | |
void | checkConstConstraints () const |
Public Member Functions inherited from DGtal::concepts::CVectorSpace< T > | |
BOOST_CONCEPT_ASSERT ((concepts::CEuclideanRing< Scalar >)) | |
BOOST_CONCEPT_USAGE (CVectorSpace) | |
Private Attributes | |
T | z |
TripletInterator | ti |
TripletInterator | te |
Aim: Represent any dynamic or static sized matrix having sparse representation.
Description of concept 'CSparseMatrix'
SparseMatrix
: A type that is a model of CSparseMatrixName | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
Fill from triplets | x.setFromTriplets(ti,te) |
T | the type that should be a model of CSparseMatrix. |
TripletInterator | the type that should be a model of boost::InputIterator<Triplet> |
Definition at line 89 of file CSparseMatrix.h.
typedef T::Index DGtal::concepts::CSparseMatrix< T, TripletInterator >::Index |
Definition at line 93 of file CSparseMatrix.h.
DGtal::concepts::CSparseMatrix< T, TripletInterator >::BOOST_CONCEPT_ASSERT | ( | (boost::InputIterator< TripletInterator >) | ) |
|
inline |
Definition at line 97 of file CSparseMatrix.h.
References DGtal::concepts::CSparseMatrix< T, TripletInterator >::te, and DGtal::concepts::CSparseMatrix< T, TripletInterator >::ti.
|
private |
Definition at line 105 of file CSparseMatrix.h.
Referenced by DGtal::concepts::CSparseMatrix< T, TripletInterator >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 105 of file CSparseMatrix.h.
Referenced by DGtal::concepts::CSparseMatrix< T, TripletInterator >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 104 of file CSparseMatrix.h.