File failed to load: https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.3/config/TeX-MML-AM_CHTML/MathJax.js
DGtal 2.0.0
DGtal::concepts::CStaticMatrix< T > Struct Template Reference

Aim: Represent any static sized matrix having sparse or dense representation. More...

#include <DGtal/math/linalg/CStaticMatrix.h>

Inheritance diagram for DGtal::concepts::CStaticMatrix< T >:
[legend]

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

Detailed Description

template<typename T>
struct DGtal::concepts::CStaticMatrix< T >

Aim: Represent any static sized matrix having sparse or dense representation.

Description of concept 'CStaticMatrix'

Refinement of

Associated types

Notation

  • StaticMatrix : A type that is a model of CStaticMatrix
  • i, j : object of type StaticMatrix::Index

Definitions

Valid expressions and semantics

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

Invariants

Models

Notes

Template Parameters
Tthe type that should be a model of CStaticMatrix.

Definition at line 89 of file CStaticMatrix.h.

Member Typedef Documentation

◆ Index

template<typename T>
typedef T::Index DGtal::concepts::CStaticMatrix< T >::Index

Definition at line 93 of file CStaticMatrix.h.

Member Function Documentation

◆ BOOST_CONCEPT_USAGE()

template<typename T>
DGtal::concepts::CStaticMatrix< T >::BOOST_CONCEPT_USAGE ( CStaticMatrix< T > )
inline

Definition at line 95 of file CStaticMatrix.h.

96 {
99 }
void sameType(const T &, const T &)
Aim: Represent any static sized matrix having sparse or dense representation.

References i, j, and DGtal::concepts::ConceptUtils::sameType().

Field Documentation

◆ i

template<typename T>
Index DGtal::concepts::CStaticMatrix< T >::i
private

Definition at line 102 of file CStaticMatrix.h.

Referenced by BOOST_CONCEPT_USAGE().

◆ j

template<typename T>
Index DGtal::concepts::CStaticMatrix< T >::j
private

Definition at line 102 of file CStaticMatrix.h.

Referenced by BOOST_CONCEPT_USAGE().


The documentation for this struct was generated from the following file: