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

Go to the source code of this file.

Functions

int main ()
 

Variables

static const size_t n_large = 50
 

Function Documentation

◆ main()

int main ( )

Definition at line 8 of file inverse.cpp.

References matrix::abs(), matrix::cholesky(), matrix::choleskyInv(), data, f(), matrix::SquareMatrix< Type, M >::I(), matrix::inv(), matrix::isEqual(), matrix::max(), n_large, matrix::Matrix< Type, M, M >::setIdentity(), matrix::Matrix< Type, M, M >::setZero(), and TEST.

Here is the call graph for this function:

Variable Documentation

◆ n_large

const size_t n_large = 50
static

Definition at line 6 of file inverse.cpp.

Referenced by main().