Eigen::internal::greater_equal_zero_op Struct Referenceabstract

#include <MoreMeta.h>

Static Public Member Functions

template<typename A >
constexpr static EIGEN_STRONG_INLINE auto run (A a) -> decltype(a >=0)
 

Member Function Documentation

◆ run()

template<typename A >
constexpr static EIGEN_STRONG_INLINE auto Eigen::internal::greater_equal_zero_op::run ( A  a) -> decltype(a >
inlinestaticconstexprpure virtual
424  {
425  return a >= 0;
426  }
const Scalar * a
Definition: level2_cplx_impl.h:32

References a.


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