#include <mrpt/math/CMatrixFixedNumeric.h>#include <mrpt/math/ops_matrices.h>#include <mrpt/math/utils.h>#include <mrpt/math/geometry.h>#include <mrpt/utils/metaprogramming.h>#include <mrpt/utils/CMemoryStream.h>#include <mrpt/random.h>#include <gtest/gtest.h>Go to the source code of this file.
Macros | |
| #define | CHECK_AND_RET_ERROR(_COND_, _MSG_) EXPECT_FALSE(_COND_) << _MSG_; |
Functions | |
| TEST (Matrices, inv_4x4_fix) | |
| TEST (Matrices, inv_6x6_fix) | |
| TEST (Matrices, inv_6x6_dyn) | |
| TEST (Matrices, transpose) | |
| TEST (Matrices, multiply_A_skew3) | |
| TEST (Matrices, multiply_skew3_A) | |
| TEST (Matrices, fromMatlabStringFormat) | |
| #define CHECK_AND_RET_ERROR | ( | _COND_, | |
| _MSG_ | |||
| ) | EXPECT_FALSE(_COND_) << _MSG_; |
Definition at line 30 of file matrix_ops2_unittest.cpp.
| TEST | ( | Matrices | , |
| fromMatlabStringFormat | |||
| ) |
Definition at line 194 of file matrix_ops2_unittest.cpp.
References mrpt::math::square(), and mrpt::math::sum().

| TEST | ( | Matrices | , |
| inv_4x4_fix | |||
| ) |
Definition at line 32 of file matrix_ops2_unittest.cpp.
References CHECK_AND_RET_ERROR, dat_A, and mrpt::math::sum().

| TEST | ( | Matrices | , |
| inv_6x6_dyn | |||
| ) |
Definition at line 93 of file matrix_ops2_unittest.cpp.
References CHECK_AND_RET_ERROR, dat_A, and mrpt::math::sum().

| TEST | ( | Matrices | , |
| inv_6x6_fix | |||
| ) |
Definition at line 55 of file matrix_ops2_unittest.cpp.
References CHECK_AND_RET_ERROR, dat_A, and mrpt::math::sum().

| TEST | ( | Matrices | , |
| multiply_A_skew3 | |||
| ) |
Definition at line 142 of file matrix_ops2_unittest.cpp.
References dat_A, R, and mrpt::math::skew_symmetric3().

| TEST | ( | Matrices | , |
| multiply_skew3_A | |||
| ) |
Definition at line 168 of file matrix_ops2_unittest.cpp.
References dat_A, R, and mrpt::math::skew_symmetric3().

| TEST | ( | Matrices | , |
| transpose | |||
| ) |
Definition at line 130 of file matrix_ops2_unittest.cpp.
References dat_A.
| Page generated by Doxygen 1.9.1 for MRPT 1.9.9 Git: 63ea9d1f1 Thu Nov 23 00:06:53 2017 +0100 at mar 26 may 2026 12:19:29 CEST |