Public Types

mln::linear::internal::ch_convolve_helper< false, 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, W >::ret >
::sum 
V

Detailed Description

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

Definition at line 77 of file ch_convolve.hh.


Member Typedef Documentation

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

Definition at line 80 of file ch_convolve.hh.

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

Definition at line 79 of file ch_convolve.hh.