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

#include <Meta.h>

Static Public Member Functions

static bool run (const Scalar &s)
 

Member Function Documentation

◆ run()

template<typename Scalar >
static bool Eigen::internal::is_identically_zero_impl< Scalar >::run ( const Scalar s)
inlinestatic
628 { return numext::is_exactly_zero(s); }
RealScalar s
Definition: level1_cplx_impl.h:130
EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC bool is_exactly_zero(const X &x)
Definition: Meta.h:592

References Eigen::numext::is_exactly_zero(), and s.

Referenced by Eigen::internal::is_identically_zero().


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