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::detail::EuclideanDivisionHelper< double > Struct Reference

#include <DGtal/geometry/tools/determinant/AvnaimEtAl2x2DetSignComputer.h>

Inheritance diagram for DGtal::detail::EuclideanDivisionHelper< double >:
[legend]

Static Public Member Functions

static double compute (const double &a, const double &b)

Detailed Description

Definition at line 95 of file AvnaimEtAl2x2DetSignComputer.h.

Member Function Documentation

◆ compute()

double DGtal::detail::EuclideanDivisionHelper< double >::compute ( const double & a,
const double & b )
inlinestatic

Definition at line 97 of file AvnaimEtAl2x2DetSignComputer.h.

98 {
99 return std::floor(a / b);
100 }
Aim: Small stucture that provides a static method returning the Euclidean division of two integers.

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