Public Types

mln::trait::set_precise_binary_< op::times, algebra::vec< m, T >, algebra::mat< 1, m, U > > Struct Template Reference

#include <mat.hh>

List of all members.

Public Types

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

Detailed Description

template<unsigned m, typename T, typename U>
struct mln::trait::set_precise_binary_< op::times, algebra::vec< m, T >, algebra::mat< 1, m, U > >

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


Member Typedef Documentation

template<unsigned m, typename T , typename U >
typedef algebra::mat<m, m, typename mln::trait::op::times< T , U >::ret> mln::trait::set_precise_binary_< op::times, algebra::vec< m, T >, algebra::mat< 1, m, U > >::ret

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