TooN 2.1
Public Attributes
Operator< Internal::AddIdentity< R, C, P, B, Precision > > Struct Template Reference

List of all members.

Public Member Functions

Construction
 Operator (Precision s_, const Matrix< R, C, P, B > &m_, bool b)
Operator members
template<int R1, int C1, class P1 , class B1 >
void eval (Matrix< R1, C1, P1, B1 > &mm) const
Sized operator members
int num_rows () const
int num_cols () const

Public Attributes

const Precision s
const Matrix< R, C, P, B > & m
bool invert_m

template<int R, int C, class P, class B, class Precision>
struct TooN::Operator< Internal::AddIdentity< R, C, P, B, Precision > >