Public Types

mln::trait::set_precise_binary_< op::plus, algebra::mat< n, m, T >, algebra::mat< n, m, U > > Struct Template Reference

#include <mat.hh>

List of all members.

Public Types

typedef algebra::mat< n, m,
typename mln::trait::op::plus
< T, U >::ret
ret

Detailed Description

template<unsigned n, unsigned m, typename T, typename U>
struct mln::trait::set_precise_binary_< op::plus, algebra::mat< n, m, T >, algebra::mat< n, m, U > >

Definition at line 168 of file algebra/mat.hh.


Member Typedef Documentation

template<unsigned n, unsigned m, typename T , typename U >
typedef algebra::mat<n, m, typename mln::trait::op::plus< T , U >::ret> mln::trait::set_precise_binary_< op::plus, algebra::mat< n, m, T >, algebra::mat< n, m, U > >::ret

Definition at line 171 of file algebra/mat.hh.