#include <expression.h>
Public Types | |
typedef First::value_type | value_type |
typedef First::dimension | dimension |
Public Member Functions | |
VectorCross (const First &first_, const Second &second_) | |
value_type | eval (unsigned int i) const |
Private Attributes | |
First | first |
Second | second |
Definition at line 295 of file expression.h.
typedef First::dimension VectorCross< First, Second >::dimension |
Definition at line 301 of file expression.h.
typedef First::value_type VectorCross< First, Second >::value_type |
Definition at line 300 of file expression.h.
VectorCross< First, Second >::VectorCross | ( | const First & | first_, | |
const Second & | second_ | |||
) | [inline] |
Definition at line 303 of file expression.h.
value_type VectorCross< First, Second >::eval | ( | unsigned int | i | ) | const [inline] |
Definition at line 307 of file expression.h.
References VectorCross< First, Second >::first, and VectorCross< First, Second >::second.
First VectorCross< First, Second >::first [private] |
Definition at line 297 of file expression.h.
Referenced by VectorCross< First, Second >::eval().
Second VectorCross< First, Second >::second [private] |
Definition at line 298 of file expression.h.
Referenced by VectorCross< First, Second >::eval().