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

List of all members.

Public Member Functions

 Operator (const P2 &s, const Matrix< R, C, P1, B1 > &m)
template<int R0, int C0, typename P0 , typename Ba0 >
void eval (Matrix< R0, C0, P0, Ba0 > &m) const
int num_rows () const
int num_cols () const

Public Attributes

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

template<int R, int C, typename P1, typename B1, typename P2, typename Op>
struct TooN::Operator< Internal::ApplyScalarML< R, C, P1, B1, P2, Op > >