|
DGtal
0.6.devel
|
#include <CEuclideanRing.h>


Public Member Functions | |
| BOOST_CONCEPT_USAGE (CEuclideanRing) | |
Public Member Functions inherited from DGtal::CCommutativeRing< T > | |
| BOOST_CONCEPT_USAGE (CCommutativeRing) | |
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 | 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 101 of file CEuclideanRing.h.
|
inline |
Definition at line 106 of file CEuclideanRing.h.
References DGtal::ConceptUtils::sameType().
|
private |
Reimplemented from DGtal::CCommutativeRing< T >.
Definition at line 112 of file CEuclideanRing.h.
|
private |
Reimplemented from DGtal::CCommutativeRing< T >.
Definition at line 112 of file CEuclideanRing.h.
|
private |
Reimplemented from DGtal::CCommutativeRing< T >.
Definition at line 112 of file CEuclideanRing.h.
1.8.1.1