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

List of all members.

Public Member Functions

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

Public Attributes

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

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