#include <expression.h>
Data Structures | |
struct | eval_dot |
struct | eval_dot< IntegralConstant< 0 > > |
Public Types | |
typedef First::value_type | value_type |
typedef First::dimension | dimension |
Public Member Functions | |
VectorDot (const First &first_, const Second &second_) | |
value_type | eval () const |
Private Attributes | |
First | first |
Second | second |
Definition at line 321 of file expression.h.
typedef First::dimension VectorDot< First, Second >::dimension |
Definition at line 327 of file expression.h.
typedef First::value_type VectorDot< First, Second >::value_type |
Definition at line 326 of file expression.h.
VectorDot< First, Second >::VectorDot | ( | const First & | first_, | |
const Second & | second_ | |||
) | [inline] |
Definition at line 329 of file expression.h.
value_type VectorDot< First, Second >::eval | ( | ) | const [inline] |
Definition at line 353 of file expression.h.
References VectorDot< First, Second >::first, and VectorDot< First, Second >::second.
Definition at line 323 of file expression.h.
Referenced by VectorDot< First, Second >::eval().
Definition at line 324 of file expression.h.
Referenced by VectorDot< First, Second >::eval().