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

#include <MathFunctions.h>

Static Public Member Functions

static EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Scalar run (const Scalar &x)
 

Member Function Documentation

◆ run()

template<typename Scalar >
static EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE Scalar Eigen::internal::sqrt_impl< Scalar >::run ( const Scalar x)
inlinestatic
246  {
248  return sqrt(x);
249  }
AnnoyingScalar sqrt(const AnnoyingScalar &x)
Definition: AnnoyingScalar.h:134
#define EIGEN_USING_STD(FUNC)
Definition: Macros.h:1090
list x
Definition: plotDoE.py:28

References EIGEN_USING_STD, sqrt(), and plotDoE::x.


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