Eigen::internal::sum_op Struct Reference

#include <MoreMeta.h>

Static Public Member Functions

template<typename A , typename B >
constexpr static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE auto run (A a, B b) -> decltype(a+b)
 

Static Public Attributes

static constexpr int Identity = 0
 

Member Function Documentation

◆ run()

template<typename A , typename B >
constexpr static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE auto Eigen::internal::sum_op::run ( A  a,
B  b 
) -> decltype(a + b)
inlinestaticconstexpr
345  {
346  return a + b;
347  }
Scalar * b
Definition: benchVecAdd.cpp:17
const Scalar * a
Definition: level2_cplx_impl.h:32

References a, and b.

Member Data Documentation

◆ Identity

constexpr int Eigen::internal::sum_op::Identity = 0
staticconstexpr

The documentation for this struct was generated from the following file: