PX4 Firmware
PX4 Autopilot Software http://px4.io
pseudoInverse.cpp File Reference
Include dependency graph for pseudoInverse.cpp:

Go to the source code of this file.

Functions

int main ()
 

Variables

static const size_t n_large = 20
 

Function Documentation

◆ main()

int main ( )

Definition at line 8 of file pseudoInverse.cpp.

References A0, matrix::abs(), matrix::fullRankCholeskyTolerance(), matrix::geninv(), matrix::GeninvImpl< Type, M, N, R >::genInvOverdetermined(), matrix::GeninvImpl< Type, M, N, R >::genInvUnderdetermined(), matrix::isEqual(), matrix::max(), n_large, matrix::Matrix< Type, M, N >::setIdentity(), and TEST.

Here is the call graph for this function:

Variable Documentation

◆ n_large

const size_t n_large = 20
static

Definition at line 6 of file pseudoInverse.cpp.

Referenced by main().