Public Types

mln::trait::op_mult< algebra::mat< n, o, T >, algebra::mat< o, m, U > > Struct Template Reference

#include <op_mult.hh>

List of all members.

Public Types

typedef algebra::mat< n, m,
mln_op_mult(T, U)> 
ret

Detailed Description

template<unsigned n, unsigned o, typename T, unsigned m, typename U>
struct mln::trait::op_mult< algebra::mat< n, o, T >, algebra::mat< o, m, U > >

Definition at line 124 of file op_mult.hh.


Member Typedef Documentation

template<unsigned n, unsigned o, typename T , unsigned m, typename U >
typedef algebra::mat<n, m, mln_op_mult(T, U)> mln::trait::op_mult< algebra::mat< n, o, T >, algebra::mat< o, m, U > >::ret

Definition at line 126 of file op_mult.hh.