

Go to the source code of this file.
Functions | |
| bool | isExactlyMinusOne (real_t a) |
| BEGIN_NAMESPACE_QPOASES bool | isExactlyOne (real_t a) |
| bool | isExactlyZero (real_t a) |
| bool isExactlyMinusOne | ( | real_t | a | ) | [inline] |
Return true if and only if argument is exactly -1
| BEGIN_NAMESPACE_QPOASES bool isExactlyOne | ( | real_t | a | ) | [inline] |
Return true if and only if argument is exactly 1
| bool isExactlyZero | ( | real_t | a | ) | [inline] |
Return true if and only if argument is exactly 0