DGtal
1.5.beta
|
Aim: Represent any static sized matrix having sparse or dense representation. More...
#include <DGtal/math/linalg/CStaticMatrix.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 (CStaticMatrix) | |
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 static sized matrix having sparse or dense representation.
Description of concept 'CStaticMatrix'
StaticMatrix
: A type that is a model of CStaticMatrixStaticMatrix::Index
Name | Expression | Type requirements | Return type | Precondition | Semantics | Post condition | Complexity |
---|---|---|---|---|---|---|---|
Static rows number | StaticVector::M | StaticVector::Index | |||||
Static cols number | StaticVector::N | StaticVector::Index |
T | the type that should be a model of CStaticMatrix. |
Definition at line 89 of file CStaticMatrix.h.
typedef T::Index DGtal::concepts::CStaticMatrix< T >::Index |
Definition at line 93 of file CStaticMatrix.h.
|
inline |
Definition at line 95 of file CStaticMatrix.h.
References DGtal::concepts::CStaticMatrix< T >::i, DGtal::concepts::CStaticMatrix< T >::j, and DGtal::concepts::ConceptUtils::sameType().
|
private |
Definition at line 102 of file CStaticMatrix.h.
Referenced by DGtal::concepts::CStaticMatrix< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 102 of file CStaticMatrix.h.
Referenced by DGtal::concepts::CStaticMatrix< T >::BOOST_CONCEPT_USAGE().