#include <expression.h>
Public Types | |
typedef First::value_type | value_type |
typedef First::dimension0 | dimension0 |
typedef First::dimension1 | dimension1 |
Public Member Functions | |
Matrix4Multiplied (const First &first_, const Second &second_) | |
value_type | eval (unsigned int r, unsigned int c) const |
Private Attributes | |
const First & | first |
const Second & | second |
Definition at line 518 of file expression.h.
typedef First::dimension0 Matrix4Multiplied< First, Second >::dimension0 |
Definition at line 524 of file expression.h.
typedef First::dimension1 Matrix4Multiplied< First, Second >::dimension1 |
Definition at line 525 of file expression.h.
typedef First::value_type Matrix4Multiplied< First, Second >::value_type |
Definition at line 523 of file expression.h.
Matrix4Multiplied< First, Second >::Matrix4Multiplied | ( | const First & | first_, | |
const Second & | second_ | |||
) | [inline] |
Definition at line 527 of file expression.h.
value_type Matrix4Multiplied< First, Second >::eval | ( | unsigned int | r, | |
unsigned int | c | |||
) | const [inline] |
Definition at line 532 of file expression.h.
References Matrix4Multiplied< First, Second >::first, and Matrix4Multiplied< First, Second >::second.
const First& Matrix4Multiplied< First, Second >::first [private] |
Definition at line 520 of file expression.h.
Referenced by Matrix4Multiplied< First, Second >::eval().
const Second& Matrix4Multiplied< First, Second >::second [private] |
Definition at line 521 of file expression.h.
Referenced by Matrix4Multiplied< First, Second >::eval().