|
DGtal 1.4.2
|
Aim: Represent any dynamic sized matrix having sparse or dense representation. More...
#include <DGtal/math/linalg/CDynamicMatrix.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_USAGE (CDynamicMatrix) | |
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 | |
| Index | i |
| Index | j |
Aim: Represent any dynamic sized matrix having sparse or dense representation.
Description of concept 'CDynamicMatrix'
DynamicMatrix : A type that is a model of CDynamicMatrixDynamicMatrix DynamicMatrix::Index | Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
|---|---|---|---|---|---|---|---|
| Constructor | x(i, j) | DynamicVector |
| T | the type that should be a model of CDynamicMatrix. |
Definition at line 88 of file CDynamicMatrix.h.
| T::Index DGtal::concepts::CDynamicMatrix< T >::Index |
Definition at line 92 of file CDynamicMatrix.h.
|
inline |
Definition at line 94 of file CDynamicMatrix.h.
References DGtal::concepts::CDynamicMatrix< T >::i, and DGtal::concepts::CDynamicMatrix< T >::j.
|
private |
Definition at line 100 of file CDynamicMatrix.h.
Referenced by DGtal::concepts::CDynamicMatrix< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 100 of file CDynamicMatrix.h.
Referenced by DGtal::concepts::CDynamicMatrix< T >::BOOST_CONCEPT_USAGE().