TooN 2.1
Public Member Functions | Public Attributes
Operator< Internal::VectorMatrixDiagMultiply< Size, P1, B1, R, C, P2, B2 > > Struct Template Reference

List of all members.

Public Member Functions

 Operator (const Vector< Size, P1, B1 > &lhs_in, const Matrix< R, C, P2, B2 > &rhs_in)
int num_rows () const
int num_cols () const
template<int Rout, int Cout, typename Pout , typename Bout >
void eval (Matrix< Rout, Cout, Pout, Bout > &res) const

Public Attributes

const Vector< Size, P1, B1 > & lhs
const Matrix< R, C, P2, B2 > & rhs

template<int R, int C, typename P1, typename B1, int Size, typename P2, typename B2>
struct TooN::Operator< Internal::VectorMatrixDiagMultiply< Size, P1, B1, R, C, P2, B2 > >