DGtal 2.1.0
|
Aim: Defines the mathematical concept equivalent to a unitary commutative ring with a division operator. More...
#include <DGtal/kernel/CEuclideanRing.h>
Public Member Functions | |
BOOST_CONCEPT_USAGE (CEuclideanRing) | |
![]() | |
BOOST_CONCEPT_USAGE (CCommutativeRing) | |
![]() | |
BOOST_CONCEPT_USAGE (CSignedNumber) | |
Private Attributes | |
T | a |
T | b |
T | c |
Aim: Defines the mathematical concept equivalent to a unitary commutative ring with a division operator.
Description of concept 'CEuclideanRing'
Name | Expression | Type requirements | Return type | Precondition | Semantics | Postcondition | Complexity |
---|---|---|---|---|---|---|---|
Division | x / y | X | object of type X | Euclidean division of two numbers |
DGtal::int32_t, DGtal::int64_t, DGtal::int8_t, float, double, long double, DGtal::BigInteger
T | the type that should be a model of commutative ring. |
Definition at line 87 of file CEuclideanRing.h.
|
inline |
Definition at line 92 of file CEuclideanRing.h.
References DGtal::concepts::CEuclideanRing< T >::a, DGtal::concepts::CEuclideanRing< T >::b, DGtal::concepts::CEuclideanRing< T >::c, and DGtal::concepts::ConceptUtils::sameType().
|
private |
Definition at line 98 of file CEuclideanRing.h.
Referenced by DGtal::concepts::CEuclideanRing< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 98 of file CEuclideanRing.h.
Referenced by DGtal::concepts::CEuclideanRing< T >::BOOST_CONCEPT_USAGE().
|
private |
Definition at line 98 of file CEuclideanRing.h.
Referenced by DGtal::concepts::CEuclideanRing< T >::BOOST_CONCEPT_USAGE().