#include <expression.h>
Public Types | |
typedef First::value_type | value_type |
typedef First::dimension0 | dimension0 |
typedef First::dimension1 | dimension1 |
Public Member Functions | |
MatrixTransposed (const First &first_) | |
value_type | eval (unsigned int r, unsigned int c) const |
Private Attributes | |
const First & | first |
Definition at line 546 of file expression.h.
typedef First::dimension0 MatrixTransposed< First >::dimension0 |
Definition at line 551 of file expression.h.
typedef First::dimension1 MatrixTransposed< First >::dimension1 |
Definition at line 552 of file expression.h.
typedef First::value_type MatrixTransposed< First >::value_type |
Definition at line 550 of file expression.h.
MatrixTransposed< First >::MatrixTransposed | ( | const First & | first_ | ) | [inline] |
Definition at line 554 of file expression.h.
value_type MatrixTransposed< First >::eval | ( | unsigned int | r, | |
unsigned int | c | |||
) | const [inline] |
Definition at line 559 of file expression.h.
References MatrixTransposed< First >::first.
const First& MatrixTransposed< First >::first [private] |
Definition at line 548 of file expression.h.
Referenced by MatrixTransposed< First >::eval().