TooN 2.1
Public Member Functions | Public Attributes
Operator< Internal::MatrixMultiply< R1, C1, P1, B1, R2, C2, P2, B2 > > Struct Template Reference

List of all members.

Public Member Functions

 Operator (const Matrix< R1, C1, P1, B1 > &lhs_in, const Matrix< R2, C2, P2, B2 > &rhs_in)
template<int R0, int C0, typename P0 , typename Ba0 >
void eval (Matrix< R0, C0, P0, Ba0 > &res) const
int num_rows () const
int num_cols () const

Public Attributes

const Matrix< R1, C1, P1, B1 > & lhs
const Matrix< R2, C2, P2, B2 > & rhs

template<int R1, int C1, typename P1, typename B1, int R2, int C2, typename P2, typename B2>
struct TooN::Operator< Internal::MatrixMultiply< R1, C1, P1, B1, R2, C2, P2, B2 > >