PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Go to the source code of this file.
Functions | |
int | test_4x3 (void) |
template<typename Type > | |
int | test_4x4 (void) |
int | test_4x4_type_double (void) |
int | test_div_zero (void) |
int | main () |
int main | ( | ) |
Definition at line 11 of file least_squares.cpp.
References test_4x3(), and test_div_zero().
int test_4x3 | ( | void | ) |
Definition at line 30 of file least_squares.cpp.
References data, matrix::isEqual(), matrix::LeastSquaresSolver< Type, M, N >::solve(), and TEST.
Referenced by main().
int test_4x4 | ( | void | ) |
Definition at line 56 of file least_squares.cpp.
References data, matrix::isEqual(), matrix::LeastSquaresSolver< Type, M, N >::solve(), and TEST.
int test_4x4_type_double | ( | void | ) |
int test_div_zero | ( | void | ) |
Definition at line 82 of file least_squares.cpp.
References data, matrix::isEqual(), matrix::LeastSquaresSolver< Type, M, N >::solve(), and TEST.
Referenced by main().