Public Types

mln::linear::internal::ch_convolve_helper< b, I, W > Struct Template Reference

#include <ch_convolve.hh>

List of all members.

Public Types

typedef mln::trait::ch_value
< I, V >::ret 
ret
typedef mln::trait::value_
< typename
mln::trait::op::times
< typename I::value, typename
W::weight >::ret >::sum 
V

Detailed Description

template<bool b, typename I, typename W>
struct mln::linear::internal::ch_convolve_helper< b, I, W >

Definition at line 70 of file ch_convolve.hh.


Member Typedef Documentation

template<bool b, typename I , typename W >
typedef mln::trait::ch_value< I , V >::ret mln::linear::internal::ch_convolve_helper< b, I, W >::ret

Definition at line 73 of file ch_convolve.hh.

template<bool b, typename I , typename W >
typedef mln::trait::value_< typename mln::trait::op::times< typename I ::value , typename W ::weight >::ret >::sum mln::linear::internal::ch_convolve_helper< b, I, W >::V

Definition at line 72 of file ch_convolve.hh.