TooN 2.1
Operator< Internal::Identity< Pr > > Struct Template Reference

List of all members.

Public Member Functions

Construction
 Operator (const Precision &v)
 Operator ()
Operator members

}

template<int R, int C, class P , class B >
void eval (Matrix< R, C, P, B > &m) const
template<int Rows, int Cols, typename P , typename B >
void plusequals (Matrix< Rows, Cols, P, B > &m) const
template<int Rows, int Cols, typename P1 , typename B1 >
Operator
< Internal::AddIdentity< Rows,
Cols, P1, B1, Precision > > 
add (const Matrix< Rows, Cols, P1, B1 > &m) const
template<int Rows, int Cols, typename P1 , typename B1 >
Operator
< Internal::AddIdentity< Rows,
Cols, P1, B1, Precision > > 
rsubtract (const Matrix< Rows, Cols, P1, B1 > &m) const
template<int Rows, int Cols, typename P1 , typename B1 >
Operator
< Internal::AddIdentity< Rows,
Cols, P1, B1, Precision > > 
lsubtract (const Matrix< Rows, Cols, P1, B1 > &m) const
Sizeable operator members
Operator
< Internal::SizedIdentity
< Precision > > 
operator() (int s)

Scalable operators members

typedef Pr Precision
const Precision val
template<class Pout , class Pmult >
Operator< Internal::Identity
< Pout > > 
scale_me (const Pmult &m) const

template<class Pr>
struct TooN::Operator< Internal::Identity< Pr > >


Member Data Documentation

const Precision val

}

<Scale of the identity matrix.