Eigen::internal::negate_impl< Scalar, IsInteger > Struct Template Reference

#include <MathFunctions.h>

Static Public Member Functions

static EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Scalar run (const Scalar &a)
 

Member Function Documentation

◆ run()

template<typename Scalar , bool IsInteger = NumTraits<Scalar>::IsInteger>
static EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Scalar Eigen::internal::negate_impl< Scalar, IsInteger >::run ( const Scalar a)
inlinestatic
869 { return -a; }
const Scalar * a
Definition: level2_cplx_impl.h:32

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