#include <sx_elem.hpp>
Definition at line 309 of file sx_elem.hpp.

Static Public Member Functions | |
| static bool | is_zero (const SXElem &val) |
| static bool | is_equal (const SXElem &x, const SXElem &y, casadi_int depth) |
| static bool | is_almost_zero (const SXElem &val, double tol) |
| static bool | is_one (const SXElem &val) |
| static bool | is_minus_one (const SXElem &val) |
| static bool | is_half (const SXElem &val) |
| static bool | is_value (const SXElem &val, double v) |
| static bool | is_nonnegative (const SXElem &val) |
| static bool | is_constant (const SXElem &val) |
| static bool | is_integer (const SXElem &val) |
| static bool | is_inf (const SXElem &val) |
| static bool | is_minus_inf (const SXElem &val) |
| static bool | is_nan (const SXElem &val) |
Static Public Attributes | |
| static const SXElem | zero |
| static const SXElem | one |
| static const SXElem | two |
| static const SXElem | minus_one |
| static const SXElem | nan |
| static const SXElem | inf |
| static const SXElem | minus_inf |
|
static |
|
static |
|
static |
Definition at line 417 of file sx_elem.cpp.
References casadi::SXElem::is_equal().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 441 of file sx_elem.cpp.
References casadi::SXElem::is_nonnegative().
|
static |
|
static |
|
static |
|
static |
Definition at line 330 of file sx_elem.hpp.
|
static |
Definition at line 331 of file sx_elem.hpp.
|
static |
Definition at line 328 of file sx_elem.hpp.
|
static |
Definition at line 329 of file sx_elem.hpp.
|
static |
Definition at line 326 of file sx_elem.hpp.
|
static |
Definition at line 327 of file sx_elem.hpp.
|
static |
Definition at line 325 of file sx_elem.hpp.