RTOpPack: Extra C/C++ Code for Vector Reduction/Transformation Operators  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
RTOp_ROp_dot_prod.h File Reference
#include "RTOp.h"
Include dependency graph for RTOp_ROp_dot_prod.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

Reduction operator for the dot product of two vectors.

targ_obj <- sum( v[0](i) * v[1](i), i=1...n )

This operator is defined to allow exactly two vector arguments (num_vecs == 2) v[0], v[1], and it can handle all combinations of sparse and dense vectors.

Definition in file RTOp_ROp_dot_prod.h.