General implementation of recursive inner-product. More...
#include <InnerProduct.hpp>
Static Public Member Functions | |
template<class In1 , class In2 , class T , class BinOp1 , class BinOp2 > | |
static T | impl (In1 const &in1, In2 const &in2, T init, BinOp1 op1, BinOp2 op2) |
General implementation of recursive inner-product.