TuttleOFX
1
|
Numeric algorithms /. More...
#include <terry/pixel_proxy.hpp>
#include <boost/gil/gil_config.hpp>
#include <boost/gil/pixel_iterator.hpp>
#include <boost/gil/metafunctions.hpp>
#include <cassert>
#include <iterator>
#include <algorithm>
#include <numeric>
Go to the source code of this file.
Data Structures | |
struct | terry::filter::detail::inner_product_k_t< Size > |
struct | terry::filter::detail::inner_product_k_t< 0 > |
Namespaces | |
namespace | terry |
namespace | terry::filter |
namespace | terry::filter::detail |
Functions | |
template<std::size_t Size, class _InputIterator1 , class _InputIterator2 , class _Tp , class _BinaryOperation1 , class _BinaryOperation2 > | |
GIL_FORCEINLINE _Tp | terry::filter::inner_product_k (_InputIterator1 __first1, _InputIterator2 __first2, _Tp __init, _BinaryOperation1 __binary_op1, _BinaryOperation2 __binary_op2) |
static version of std::inner_product |
Numeric algorithms /.
/ /
Definition in file inner_product.hpp.