List of all members | Static Public Member Functions | Static Public Attributes
std::numeric_limits< casadi::SXElem > Class Reference

#include <sx_elem.hpp>

Detailed Description

Definition at line 337 of file sx_elem.hpp.

Static Public Member Functions

static casadi::SXElem min () throw ()
 
static casadi::SXElem max () throw ()
 
static casadi::SXElem epsilon () throw ()
 
static casadi::SXElem round_error () throw ()
 
static casadi::SXElem infinity () throw ()
 
static casadi::SXElem quiet_NaN () throw ()
 

Static Public Attributes

static const bool is_specialized = true
 
static const int digits = 0
 
static const int digits10 = 0
 
static const bool is_signed = false
 
static const bool is_integer = false
 
static const bool is_exact = false
 
static const int radix = 0
 
static const int min_exponent = 0
 
static const int min_exponent10 = 0
 
static const int max_exponent = 0
 
static const int max_exponent10 = 0
 
static const bool has_infinity = true
 
static const bool has_quiet_NaN = true
 
static const bool has_signaling_NaN = false
 
static const bool has_denorm_loss = false
 
static const bool is_iec559 = false
 
static const bool is_bounded = false
 
static const bool is_modulo = false
 
static const bool traps = false
 
static const bool tinyness_before = false
 
static const float_round_style round_style = round_toward_zero
 

Member Function Documentation

◆ epsilon()

static casadi::SXElem std::numeric_limits< casadi::SXElem >::epsilon ( )
throw (
)
static

◆ infinity()

static casadi::SXElem std::numeric_limits< casadi::SXElem >::infinity ( )
throw (
)
static

◆ max()

static casadi::SXElem std::numeric_limits< casadi::SXElem >::max ( )
throw (
)
static

◆ min()

static casadi::SXElem std::numeric_limits< casadi::SXElem >::min ( )
throw (
)
static

◆ quiet_NaN()

static casadi::SXElem std::numeric_limits< casadi::SXElem >::quiet_NaN ( )
throw (
)
static

◆ round_error()

static casadi::SXElem std::numeric_limits< casadi::SXElem >::round_error ( )
throw (
)
static

Member Data Documentation

◆ digits

const int std::numeric_limits< casadi::SXElem >::digits = 0
static

Definition at line 342 of file sx_elem.hpp.

◆ digits10

const int std::numeric_limits< casadi::SXElem >::digits10 = 0
static

Definition at line 343 of file sx_elem.hpp.

◆ has_denorm_loss

const bool std::numeric_limits< casadi::SXElem >::has_denorm_loss = false
static

Definition at line 359 of file sx_elem.hpp.

◆ has_infinity

const bool std::numeric_limits< casadi::SXElem >::has_infinity = true
static

Definition at line 355 of file sx_elem.hpp.

◆ has_quiet_NaN

const bool std::numeric_limits< casadi::SXElem >::has_quiet_NaN = true
static

Definition at line 356 of file sx_elem.hpp.

◆ has_signaling_NaN

const bool std::numeric_limits< casadi::SXElem >::has_signaling_NaN = false
static

Definition at line 357 of file sx_elem.hpp.

◆ is_bounded

const bool std::numeric_limits< casadi::SXElem >::is_bounded = false
static

Definition at line 365 of file sx_elem.hpp.

◆ is_exact

const bool std::numeric_limits< casadi::SXElem >::is_exact = false
static

Definition at line 346 of file sx_elem.hpp.

◆ is_iec559

const bool std::numeric_limits< casadi::SXElem >::is_iec559 = false
static

Definition at line 364 of file sx_elem.hpp.

◆ is_integer

const bool std::numeric_limits< casadi::SXElem >::is_integer = false
static

Definition at line 345 of file sx_elem.hpp.

◆ is_modulo

const bool std::numeric_limits< casadi::SXElem >::is_modulo = false
static

Definition at line 366 of file sx_elem.hpp.

◆ is_signed

const bool std::numeric_limits< casadi::SXElem >::is_signed = false
static

Definition at line 344 of file sx_elem.hpp.

◆ is_specialized

const bool std::numeric_limits< casadi::SXElem >::is_specialized = true
static

Definition at line 339 of file sx_elem.hpp.

◆ max_exponent

const int std::numeric_limits< casadi::SXElem >::max_exponent = 0
static

Definition at line 352 of file sx_elem.hpp.

◆ max_exponent10

const int std::numeric_limits< casadi::SXElem >::max_exponent10 = 0
static

Definition at line 353 of file sx_elem.hpp.

◆ min_exponent

const int std::numeric_limits< casadi::SXElem >::min_exponent = 0
static

Definition at line 350 of file sx_elem.hpp.

◆ min_exponent10

const int std::numeric_limits< casadi::SXElem >::min_exponent10 = 0
static

Definition at line 351 of file sx_elem.hpp.

◆ radix

const int std::numeric_limits< casadi::SXElem >::radix = 0
static

Definition at line 347 of file sx_elem.hpp.

◆ round_style

const float_round_style std::numeric_limits< casadi::SXElem >::round_style = round_toward_zero
static

Definition at line 370 of file sx_elem.hpp.

◆ tinyness_before

const bool std::numeric_limits< casadi::SXElem >::tinyness_before = false
static

Definition at line 369 of file sx_elem.hpp.

◆ traps

const bool std::numeric_limits< casadi::SXElem >::traps = false
static

Definition at line 368 of file sx_elem.hpp.


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