DGtal
1.5.beta
|
Aim: Represent any static sized column vector having sparse or dense representation. More...
#include <DGtal/math/linalg/CStaticVector.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 (CStaticVector) | |
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 static sized column vector having sparse or dense representation.
Description of concept 'CStaticVector'
StaticVector
: A type that is a model of CStaticVectorStaticVector::Index
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
Static size member | StaticVector::dimension | StaticVector::Index |
T | the type that should be a model of CStaticVector. |
Definition at line 90 of file CStaticVector.h.
typedef T::Index DGtal::concepts::CStaticVector< T >::Index |
Definition at line 94 of file CStaticVector.h.
|
inline |
Definition at line 96 of file CStaticVector.h.
References DGtal::concepts::CStaticVector< T >::i, and DGtal::concepts::ConceptUtils::sameType().
|
private |
Definition at line 102 of file CStaticVector.h.
Referenced by DGtal::concepts::CStaticVector< T >::BOOST_CONCEPT_USAGE().