TR-mbed 1.0
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
Eigen::internal::product_op Struct Reference

#include <CXX11Meta.h>

Static Public Member Functions

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

Static Public Attributes

static constexpr int Identity = 1
 

Member Function Documentation

◆ run()

template<typename A , typename B >
EIGEN_DEVICE_FUNC static constexpr EIGEN_STRONG_INLINE auto Eigen::internal::product_op::run ( A  a,
B  b 
) -> decltype(a * b)
inlinestaticconstexpr

Member Data Documentation

◆ Identity

constexpr int Eigen::internal::product_op::Identity = 1
staticconstexpr

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