g2o
Loading...
Searching...
No Matches
Static Public Member Functions | Static Public Attributes | List of all members
std::numeric_limits< g2o::ceres::Jet< T, N > > Struct Template Reference

#include <jet.h>

Static Public Member Functions

static constexpr g2o::ceres::Jet< T, N > min () noexcept
 
static constexpr g2o::ceres::Jet< T, N > lowest () noexcept
 
static constexpr g2o::ceres::Jet< T, N > epsilon () noexcept
 
static constexpr g2o::ceres::Jet< T, N > round_error () noexcept
 
static constexpr g2o::ceres::Jet< T, N > infinity () noexcept
 
static constexpr g2o::ceres::Jet< T, N > quiet_NaN () noexcept
 
static constexpr g2o::ceres::Jet< T, N > signaling_NaN () noexcept
 
static constexpr g2o::ceres::Jet< T, N > denorm_min () noexcept
 
static constexpr g2o::ceres::Jet< T, N > max () noexcept
 

Static Public Attributes

static constexpr bool is_specialized = true
 
static constexpr bool is_signed = std::numeric_limits<T>::is_signed
 
static constexpr bool is_integer = std::numeric_limits<T>::is_integer
 
static constexpr bool is_exact = std::numeric_limits<T>::is_exact
 
static constexpr bool has_infinity = std::numeric_limits<T>::has_infinity
 
static constexpr bool has_quiet_NaN = std::numeric_limits<T>::has_quiet_NaN
 
static constexpr bool has_signaling_NaN = std::numeric_limits<T>::has_signaling_NaN
 
static constexpr bool is_iec559 = std::numeric_limits<T>::is_iec559
 
static constexpr bool is_bounded = std::numeric_limits<T>::is_bounded
 
static constexpr bool is_modulo = std::numeric_limits<T>::is_modulo
 
static constexpr std::float_denorm_style has_denorm = std::numeric_limits<T>::has_denorm
 
static constexpr std::float_round_style round_style = std::numeric_limits<T>::round_style
 
static constexpr int digits = std::numeric_limits<T>::digits
 
static constexpr int digits10 = std::numeric_limits<T>::digits10
 
static constexpr int max_digits10 = std::numeric_limits<T>::max_digits10
 
static constexpr int radix = std::numeric_limits<T>::radix
 
static constexpr int min_exponent = std::numeric_limits<T>::min_exponent
 
static constexpr int min_exponent10 = std::numeric_limits<T>::max_exponent10
 
static constexpr int max_exponent = std::numeric_limits<T>::max_exponent
 
static constexpr int max_exponent10 = std::numeric_limits<T>::max_exponent10
 
static constexpr bool traps = std::numeric_limits<T>::traps
 
static constexpr bool tinyness_before = std::numeric_limits<T>::tinyness_before
 

Detailed Description

template<typename T, int N>
struct std::numeric_limits< g2o::ceres::Jet< T, N > >

Definition at line 879 of file jet.h.

Member Function Documentation

◆ denorm_min()

template<typename T , int N>
static constexpr g2o::ceres::Jet< T, N > std::numeric_limits< g2o::ceres::Jet< T, N > >::denorm_min ( )
inlinestaticconstexprnoexcept

Definition at line 926 of file jet.h.

926 {
927 return g2o::ceres::Jet<T, N>(std::numeric_limits<T>::denorm_min());
928 }

◆ epsilon()

template<typename T , int N>
static constexpr g2o::ceres::Jet< T, N > std::numeric_limits< g2o::ceres::Jet< T, N > >::epsilon ( )
inlinestaticconstexprnoexcept

Definition at line 911 of file jet.h.

911 {
912 return g2o::ceres::Jet<T, N>(std::numeric_limits<T>::epsilon());
913 }

◆ infinity()

template<typename T , int N>
static constexpr g2o::ceres::Jet< T, N > std::numeric_limits< g2o::ceres::Jet< T, N > >::infinity ( )
inlinestaticconstexprnoexcept

Definition at line 917 of file jet.h.

917 {
918 return g2o::ceres::Jet<T, N>(std::numeric_limits<T>::infinity());
919 }

◆ lowest()

template<typename T , int N>
static constexpr g2o::ceres::Jet< T, N > std::numeric_limits< g2o::ceres::Jet< T, N > >::lowest ( )
inlinestaticconstexprnoexcept

Definition at line 908 of file jet.h.

908 {
909 return g2o::ceres::Jet<T, N>(std::numeric_limits<T>::lowest());
910 }

◆ max()

template<typename T , int N>
static constexpr g2o::ceres::Jet< T, N > std::numeric_limits< g2o::ceres::Jet< T, N > >::max ( )
inlinestaticconstexprnoexcept

Definition at line 930 of file jet.h.

930 {
931 return g2o::ceres::Jet<T, N>(std::numeric_limits<T>::max());
932 }

◆ min()

template<typename T , int N>
static constexpr g2o::ceres::Jet< T, N > std::numeric_limits< g2o::ceres::Jet< T, N > >::min ( )
inlinestaticconstexprnoexcept

Definition at line 905 of file jet.h.

905 {
906 return g2o::ceres::Jet<T, N>(std::numeric_limits<T>::min());
907 }

◆ quiet_NaN()

template<typename T , int N>
static constexpr g2o::ceres::Jet< T, N > std::numeric_limits< g2o::ceres::Jet< T, N > >::quiet_NaN ( )
inlinestaticconstexprnoexcept

Definition at line 920 of file jet.h.

920 {
921 return g2o::ceres::Jet<T, N>(std::numeric_limits<T>::quiet_NaN());
922 }

◆ round_error()

template<typename T , int N>
static constexpr g2o::ceres::Jet< T, N > std::numeric_limits< g2o::ceres::Jet< T, N > >::round_error ( )
inlinestaticconstexprnoexcept

Definition at line 914 of file jet.h.

914 {
915 return g2o::ceres::Jet<T, N>(std::numeric_limits<T>::round_error());
916 }

◆ signaling_NaN()

template<typename T , int N>
static constexpr g2o::ceres::Jet< T, N > std::numeric_limits< g2o::ceres::Jet< T, N > >::signaling_NaN ( )
inlinestaticconstexprnoexcept

Definition at line 923 of file jet.h.

923 {
924 return g2o::ceres::Jet<T, N>(std::numeric_limits<T>::signaling_NaN());
925 }

Member Data Documentation

◆ digits

template<typename T , int N>
constexpr int std::numeric_limits< g2o::ceres::Jet< T, N > >::digits = std::numeric_limits<T>::digits
staticconstexpr

Definition at line 894 of file jet.h.

◆ digits10

template<typename T , int N>
constexpr int std::numeric_limits< g2o::ceres::Jet< T, N > >::digits10 = std::numeric_limits<T>::digits10
staticconstexpr

Definition at line 895 of file jet.h.

◆ has_denorm

template<typename T , int N>
constexpr std::float_denorm_style std::numeric_limits< g2o::ceres::Jet< T, N > >::has_denorm = std::numeric_limits<T>::has_denorm
staticconstexpr

Definition at line 891 of file jet.h.

◆ has_infinity

template<typename T , int N>
constexpr bool std::numeric_limits< g2o::ceres::Jet< T, N > >::has_infinity = std::numeric_limits<T>::has_infinity
staticconstexpr

Definition at line 884 of file jet.h.

◆ has_quiet_NaN

template<typename T , int N>
constexpr bool std::numeric_limits< g2o::ceres::Jet< T, N > >::has_quiet_NaN = std::numeric_limits<T>::has_quiet_NaN
staticconstexpr

Definition at line 885 of file jet.h.

◆ has_signaling_NaN

template<typename T , int N>
constexpr bool std::numeric_limits< g2o::ceres::Jet< T, N > >::has_signaling_NaN = std::numeric_limits<T>::has_signaling_NaN
staticconstexpr

Definition at line 886 of file jet.h.

◆ is_bounded

template<typename T , int N>
constexpr bool std::numeric_limits< g2o::ceres::Jet< T, N > >::is_bounded = std::numeric_limits<T>::is_bounded
staticconstexpr

Definition at line 888 of file jet.h.

◆ is_exact

template<typename T , int N>
constexpr bool std::numeric_limits< g2o::ceres::Jet< T, N > >::is_exact = std::numeric_limits<T>::is_exact
staticconstexpr

Definition at line 883 of file jet.h.

◆ is_iec559

template<typename T , int N>
constexpr bool std::numeric_limits< g2o::ceres::Jet< T, N > >::is_iec559 = std::numeric_limits<T>::is_iec559
staticconstexpr

Definition at line 887 of file jet.h.

◆ is_integer

template<typename T , int N>
constexpr bool std::numeric_limits< g2o::ceres::Jet< T, N > >::is_integer = std::numeric_limits<T>::is_integer
staticconstexpr

Definition at line 882 of file jet.h.

◆ is_modulo

template<typename T , int N>
constexpr bool std::numeric_limits< g2o::ceres::Jet< T, N > >::is_modulo = std::numeric_limits<T>::is_modulo
staticconstexpr

Definition at line 889 of file jet.h.

◆ is_signed

template<typename T , int N>
constexpr bool std::numeric_limits< g2o::ceres::Jet< T, N > >::is_signed = std::numeric_limits<T>::is_signed
staticconstexpr

Definition at line 881 of file jet.h.

◆ is_specialized

template<typename T , int N>
constexpr bool std::numeric_limits< g2o::ceres::Jet< T, N > >::is_specialized = true
staticconstexpr

Definition at line 880 of file jet.h.

◆ max_digits10

template<typename T , int N>
constexpr int std::numeric_limits< g2o::ceres::Jet< T, N > >::max_digits10 = std::numeric_limits<T>::max_digits10
staticconstexpr

Definition at line 896 of file jet.h.

◆ max_exponent

template<typename T , int N>
constexpr int std::numeric_limits< g2o::ceres::Jet< T, N > >::max_exponent = std::numeric_limits<T>::max_exponent
staticconstexpr

Definition at line 900 of file jet.h.

◆ max_exponent10

template<typename T , int N>
constexpr int std::numeric_limits< g2o::ceres::Jet< T, N > >::max_exponent10 = std::numeric_limits<T>::max_exponent10
staticconstexpr

Definition at line 901 of file jet.h.

◆ min_exponent

template<typename T , int N>
constexpr int std::numeric_limits< g2o::ceres::Jet< T, N > >::min_exponent = std::numeric_limits<T>::min_exponent
staticconstexpr

Definition at line 898 of file jet.h.

◆ min_exponent10

template<typename T , int N>
constexpr int std::numeric_limits< g2o::ceres::Jet< T, N > >::min_exponent10 = std::numeric_limits<T>::max_exponent10
staticconstexpr

Definition at line 899 of file jet.h.

◆ radix

template<typename T , int N>
constexpr int std::numeric_limits< g2o::ceres::Jet< T, N > >::radix = std::numeric_limits<T>::radix
staticconstexpr

Definition at line 897 of file jet.h.

◆ round_style

template<typename T , int N>
constexpr std::float_round_style std::numeric_limits< g2o::ceres::Jet< T, N > >::round_style = std::numeric_limits<T>::round_style
staticconstexpr

Definition at line 892 of file jet.h.

◆ tinyness_before

template<typename T , int N>
constexpr bool std::numeric_limits< g2o::ceres::Jet< T, N > >::tinyness_before = std::numeric_limits<T>::tinyness_before
staticconstexpr

Definition at line 903 of file jet.h.

◆ traps

template<typename T , int N>
constexpr bool std::numeric_limits< g2o::ceres::Jet< T, N > >::traps = std::numeric_limits<T>::traps
staticconstexpr

Definition at line 902 of file jet.h.


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