PX4 Firmware
PX4 Autopilot Software http://px4.io
least_squares.cpp File Reference
#include "test_macros.hpp"
#include <matrix/math.hpp>
Include dependency graph for least_squares.cpp:

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 ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 11 of file least_squares.cpp.

References test_4x3(), and test_div_zero().

Here is the call graph for this function:

◆ test_4x3()

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().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test_4x4()

template<typename Type >
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.

Here is the call graph for this function:

◆ test_4x4_type_double()

int test_4x4_type_double ( void  )

◆ test_div_zero()

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().

Here is the call graph for this function:
Here is the caller graph for this function: