Eigen::numext::equal_strict_impl< X, Y, XIsInteger, XIsSigned, YIsInteger, YIsSigned > Struct Template Reference

#include <Meta.h>

Static Public Member Functions

static EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC bool run (const X &x, const Y &y)
 

Member Function Documentation

◆ run()

template<typename X , typename Y , bool XIsInteger = NumTraits<X>::IsInteger, bool XIsSigned = NumTraits<X>::IsSigned, bool YIsInteger = NumTraits<Y>::IsInteger, bool YIsSigned = NumTraits<Y>::IsSigned>
static EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC bool Eigen::numext::equal_strict_impl< X, Y, XIsInteger, XIsSigned, YIsInteger, YIsSigned >::run ( const X x,
const Y y 
)
inlinestatic
547 { return x == y; }
EIGEN_DEVICE_FUNC const Scalar & y
Definition: MathFunctions.h:1131
EIGEN_DEVICE_FUNC const Scalar & x
Definition: SpecialFunctionsImpl.h:2024

References plotDoE::x, and Eigen::internal::y.


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