Eigen::internal::MinMaxBottomValue< T, IsMax, IsInteger > Struct Template Reference

#include <TensorFunctors.h>

Static Public Member Functions

static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T bottom_value ()
 

Member Function Documentation

◆ bottom_value()

template<typename T , bool IsMax = true, bool IsInteger = true>
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE T Eigen::internal::MinMaxBottomValue< T, IsMax, IsInteger >::bottom_value ( )
inlinestatic
161 { return Eigen::NumTraits<T>::lowest(); }
Holds information about the various numeric (i.e. scalar) types allowed by Eigen.
Definition: NumTraits.h:217

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