|
DGtal 1.4.2
|
Aim: Represent any dynamic sized column vector having sparse or dense representation. More...
#include <DGtal/math/linalg/CDynamicVector.h>
Public Types | |
| typedef T::Index | Index |
Public Types inherited from DGtal::concepts::CVector< 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 (CDynamicVector) | |
Public Member Functions inherited from DGtal::concepts::CVector< T > | |
| BOOST_CONCEPT_USAGE (CVector) | |
| 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 |
Aim: Represent any dynamic sized column vector having sparse or dense representation.
Description of concept 'CDynamicVector'
DynamicVector : A type that is a model of CDynamicVectorDynamicMatrix DynamicVector::Index | Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
|---|---|---|---|---|---|---|---|
| Constructor | x(i) | DynamicVector |
| T | the type that should be a model of CDynamicVector. |
Definition at line 88 of file CDynamicVector.h.
| T::Index DGtal::concepts::CDynamicVector< T >::Index |
Definition at line 92 of file CDynamicVector.h.
|
inline |
Definition at line 94 of file CDynamicVector.h.
References DGtal::concepts::CDynamicVector< T >::i.
|
private |
Definition at line 100 of file CDynamicVector.h.
Referenced by DGtal::concepts::CDynamicVector< T >::BOOST_CONCEPT_USAGE().