PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Tests for the PX4 matrix math library. More...
#include <unit_test.h>
#include <matrix/math.hpp>
#include <matrix/filter.hpp>
#include <matrix/integration.hpp>
#include <matrix/Quaternion.hpp>
Go to the source code of this file.
Classes | |
class | MatrixTest |
Functions | |
Vector< float, 6 > | f (float t, const Matrix< float, 6, 1 > &y, const Matrix< float, 3, 1 > &u) |
Tests for the PX4 matrix math library.
Definition in file test_matrix.cpp.
Definition at line 372 of file test_matrix.cpp.
Referenced by MatrixTest::dcmRenormTests(), MatrixTest::helperTests(), MatrixTest::matrixAssignmentTests(), MatrixTest::run_tests(), MatrixTest::vector2Tests(), MatrixTest::vector3Tests(), and MatrixTest::vectorAssignmentTests().