TuttleOFX  1
inner_product.hpp File Reference

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>
Include dependency graph for inner_product.hpp:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Numeric algorithms /.

/ /

Author:
Hailin Jin and Lubomir Bourdev
/ Adobe Systems Incorporated /
Date:
2005-2007
Last updated on February 6, 2007

Definition in file inner_product.hpp.