|
Lattice Builder Manual
Software Package for Constructing Rank-1 Lattices
|
Automatic dispatcher for binary operators. More...
#include <Vectorize.h>
Public Types | |
| typedef OP::result_type | result_type |
Static Public Member Functions | |
| template<typename T1 , typename T2 > | |
| static result_type | apply (const T1 &x1, const T2 &x2) |
Automatic dispatcher for binary operators.
| OP | Binary operator. |
| ISVEC1 | true if first operand is a vector. |
| ISVEC2 | true if second operand is a vector. |