|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Functions | |
| template<typename Type > | |
| Type | min (const Type x, const Type y) |
| template<typename Type > | |
| Type | max (const Type x, const Type y) |
| template<typename Type > | |
| Type | constrain (const Type x, const Type lower_bound, const Type upper_bound) |
| Type matrix::typeFunction::constrain | ( | const Type | x, |
| const Type | lower_bound, | ||
| const Type | upper_bound | ||
| ) |
Definition at line 618 of file Matrix.hpp.
Referenced by matrix::constrain(), and main().
| Type matrix::typeFunction::max | ( | const Type | x, |
| const Type | y | ||
| ) |
Definition at line 602 of file Matrix.hpp.
Referenced by constrain(), main(), and matrix::max().
| Type matrix::typeFunction::min | ( | const Type | x, |
| const Type | y | ||
| ) |
Definition at line 586 of file Matrix.hpp.
Referenced by constrain(), main(), and matrix::min().