STIR 6.4.0
min_positive_element.h File Reference

Declares the stir::min_positive_element() function. More...

#include "stir/common.h"
#include <iostream>

Go to the source code of this file.

Namespaces

namespace  stir
 Namespace for the STIR library (and some/most of its applications)
 

Functions

template<typename ForwardIter_t>
ForwardIter_t stir::min_positive_element (ForwardIter_t start, ForwardIter_t end)
 Finds where the smallest strictly positive element occurs.
 

Detailed Description

Declares the stir::min_positive_element() function.

Author
Kris Thielemans