DGtal
1.5.beta
|
Aim: Represent any dynamic or static sized matrix having dense representation. More...
#include <DGtal/math/linalg/CDenseVector.h>
Public Types | |
typedef T::Index | Index |
typedef T::Scalar | Scalar |
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 (CDenseVector) | |
void | checkConstConstraints () const |
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 | |
T | z |
Index | i |
Aim: Represent any dynamic or static sized matrix having dense representation.
Description of concept 'CDenseVector'
DenseVector
: A type that is a model of CDenseVectorDenseVector::Index
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
Constant ref random accessor | x(i) | const Scalar& | |||||
Ref random accessor | z(i) | Scalar& |
T | the type that should be a model of CDenseVector. |
Definition at line 88 of file CDenseVector.h.
typedef T::Index DGtal::concepts::CDenseVector< T >::Index |
Definition at line 92 of file CDenseVector.h.
typedef T::Scalar DGtal::concepts::CDenseVector< T >::Scalar |
Definition at line 93 of file CDenseVector.h.
|
inline |
Definition at line 95 of file CDenseVector.h.
References DGtal::concepts::CDenseVector< T >::checkConstConstraints(), DGtal::concepts::CDenseVector< T >::i, and DGtal::concepts::CDenseVector< T >::z.
|
inline |
Definition at line 103 of file CDenseVector.h.
References DGtal::concepts::CDenseVector< T >::i, and DGtal::concepts::CDenseVector< T >::z.
Referenced by DGtal::concepts::CDenseVector< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 112 of file CDenseVector.h.
Referenced by DGtal::concepts::CDenseVector< T >::BOOST_CONCEPT_USAGE(), and DGtal::concepts::CDenseVector< T >::checkConstConstraints().
|
private |
Definition at line 111 of file CDenseVector.h.
Referenced by DGtal::concepts::CDenseVector< T >::BOOST_CONCEPT_USAGE(), and DGtal::concepts::CDenseVector< T >::checkConstConstraints().