Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
Eigen::internal::hypot_impl< Scalar > Struct Template Reference

#include <src/eigen/Eigen/src/Core/MathFunctionsImpl.h>

Public Types

typedef NumTraits< Scalar >::Real RealScalar
 

Static Public Member Functions

static RealScalar run (const Scalar &x, const Scalar &y)
 

Detailed Description

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

Member Typedef Documentation

◆ RealScalar

template<typename Scalar >
typedef NumTraits<Scalar>::Real Eigen::internal::hypot_impl< Scalar >::RealScalar

Member Function Documentation

◆ run()

template<typename Scalar >
static RealScalar Eigen::internal::hypot_impl< Scalar >::run ( const Scalar &  x,
const Scalar &  y 
)
inlinestatic
91 {
92 EIGEN_USING_STD_MATH(abs);
93 return positive_real_hypot<RealScalar>(abs(x), abs(y));
94 }
EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half abs(const half &a)
Definition Half.h:445
const Scalar & y
Definition MathFunctions.h:552

References Eigen::internal::y.


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