Eigen::internal::scalar_mod2_op< Scalar > Struct Template Reference

Template functor to compute the modulo between 2 arrays. More...

#include <TensorFunctors.h>

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar operator() (const Scalar &a, const Scalar &b) const
 

Detailed Description

template<typename Scalar>
struct Eigen::internal::scalar_mod2_op< Scalar >

Template functor to compute the modulo between 2 arrays.

Member Function Documentation

◆ operator()()

template<typename Scalar >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar Eigen::internal::scalar_mod2_op< Scalar >::operator() ( const Scalar a,
const Scalar b 
) const
inline
38 { return a % b; }
Scalar * b
Definition: benchVecAdd.cpp:17
const Scalar * a
Definition: level2_cplx_impl.h:32

References a, and b.


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