#include <VectorOperators.h>
Public Types | |
typedef VectorDotVector< V1, V2, B, L/2 >::Type_t | Left_t |
typedef VectorDotVector< V1, V2, B+L/2, L-L/2 >::Type_t | Right_t |
typedef BinaryReturn< Left_t, Right_t, OpAdd >::Type_t | Type_t |
Static Public Member Functions | |
static Type_t | get (const V1 &x, const V2 &y) |
typedef VectorDotVector<V1,V2,B,L/2>::Type_t VectorDotVector< V1, V2, B, L >::Left_t |
typedef VectorDotVector<V1,V2,B+L/2,L-L/2>::Type_t VectorDotVector< V1, V2, B, L >::Right_t |
typedef BinaryReturn<Left_t,Right_t,OpAdd>::Type_t VectorDotVector< V1, V2, B, L >::Type_t |
static Type_t VectorDotVector< V1, V2, B, L >::get | ( | const V1 & | x, | |
const V2 & | y | |||
) | [inline, static] |
Referenced by VectorDotVector< V1, V2, B, 1 >::get().