|
STIR 6.4.0
|
implementation of stir::divide More...
#include "stir/numerics/divide.inl"Go to the source code of this file.
Namespaces | |
| namespace | stir |
| Namespace for the STIR library (and some/most of its applications) | |
Functions | |
| template<class NumeratorIterT, class DenominatorIterT, class small_numT> | |
| void | stir::divide (const NumeratorIterT &numerator_begin, const NumeratorIterT &numerator_end, const DenominatorIterT &denominator_begin, const small_numT small_num) |
| division of two ranges, 0/0 = 0 | |
implementation of stir::divide