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