#include <expression.h>
Public Types | |
typedef First::value_type | value_type |
typedef First::dimension | dimension |
Public Member Functions | |
VectorUnary (const First &first_) | |
value_type | eval (unsigned int i) const |
Private Attributes | |
First | first |
Definition at line 270 of file expression.h.
typedef First::dimension VectorUnary< First, Operation >::dimension |
Definition at line 275 of file expression.h.
typedef First::value_type VectorUnary< First, Operation >::value_type |
Definition at line 274 of file expression.h.
VectorUnary< First, Operation >::VectorUnary | ( | const First & | first_ | ) | [inline] |
Definition at line 277 of file expression.h.
value_type VectorUnary< First, Operation >::eval | ( | unsigned int | i | ) | const [inline] |
Definition at line 281 of file expression.h.
References VectorUnary< First, Operation >::first.
First VectorUnary< First, Operation >::first [private] |
Definition at line 272 of file expression.h.
Referenced by VectorUnary< First, Operation >::eval().