TooN 2.1
Public Member Functions | Public Attributes
Operator< Internal::MSIM2Mult< Rows, C, PM, A, P > > Struct Template Reference

List of all members.

Public Member Functions

 Operator (const Matrix< Rows, C, PM, A > &l, const SIM2< P > &r)
template<int R0, int C0, typename P0 , typename A0 >
void eval (Matrix< R0, C0, P0, A0 > &res) const
int num_cols () const
int num_rows () const

Public Attributes

const Matrix< Rows, C, PM, A > & lhs
const SIM2< P > & rhs

template<int Rows, int C, typename PM, typename A, typename P>
struct TooN::Operator< Internal::MSIM2Mult< Rows, C, PM, A, P > >