#include <InnerProduct.h>
◆ conj_helper
template<typename LhsScalar , typename RhsScalar , bool Conj>
◆ result_type
template<typename LhsScalar , typename RhsScalar , bool Conj>
◆ coeff() [1/2]
template<typename LhsScalar , typename RhsScalar , bool Conj>
201 return (conj_helper::coeff(
a) *
b);
Scalar * b
Definition: benchVecAdd.cpp:17
const Scalar * a
Definition: level2_cplx_impl.h:32
References a, and b.
◆ coeff() [2/2]
template<typename LhsScalar , typename RhsScalar , bool Conj>
205 return (conj_helper::coeff(
a) *
b) + accum;
References a, and b.
◆ PacketAccess
template<typename LhsScalar , typename RhsScalar , bool Conj>
The documentation for this struct was generated from the following file: