Files
PX4-Autopilot/EKF
Paul Riseborough 2c8c6efb45 EKF: Eliminate use of power function to square numbers
Use of the power function to square a number can be very inefficient depending on processor and compiler. Replace with an inlined function  that multiplies the number by itself. This has not been put into the maths library because the use of the sq() function is peculiar to the autocode generated for the EKF and an inlined function was desired.
2016-02-08 11:11:59 +11:00
..
2015-12-07 22:41:11 +01:00
2016-02-04 17:15:03 +11:00
2016-01-31 00:12:16 -08:00
2016-01-31 00:12:16 -08:00
2016-02-04 17:15:03 +11:00
2016-02-04 17:15:03 +11:00
2016-02-04 17:15:03 +11:00
2016-02-03 17:05:45 +11:00
2016-02-04 17:15:03 +11:00
2016-01-31 00:12:16 -08:00