|
MRPT
1.9.9
|
#include <mrpt/math/CMatrixFixedNumeric.h>#include <mrpt/math/CMatrixTemplateNumeric.h>#include <mrpt/math/utils.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, HCHt_3x2_2x2_2x3) | |
| TEST (Matrices, HCHt_scalar_1x2_2x2_2x1) | |
| TEST (Matrices, det_2x2_dyn) | |
| TEST (Matrices, det_2x2_fix) | |
| TEST (Matrices, det_3x3_dyn) | |
| TEST (Matrices, det_3x3_fix) | |
| TEST (Matrices, det_4x4_dyn) | |
| TEST (Matrices, det_4x4_fix) | |
| TEST (Matrices, det_10x10_dyn) | |
| TEST (Matrices, det_10x10_fix) | |
| TEST (Matrices, chol_2x2_dyn) | |
| TEST (Matrices, chol_2x2_fix) | |
| TEST (Matrices, chol_3x3_dyn) | |
| TEST (Matrices, chol_3x3_fix) | |
| TEST (Matrices, chol_10x10_dyn) | |
| TEST (Matrices, chol_10x10_fix) | |
| #define CHECK_AND_RET_ERROR | ( | _COND_, | |
| _MSG_ | |||
| ) | EXPECT_FALSE(_COND_) << _MSG_; |
Definition at line 25 of file matrix_ops3_unittest.cpp.
Referenced by TEST().
| TEST | ( | Matrices | , |
| HCHt_3x2_2x2_2x3 | |||
| ) |
Definition at line 27 of file matrix_ops3_unittest.cpp.
References R, and mrpt::math::sum().
| TEST | ( | Matrices | , |
| HCHt_scalar_1x2_2x2_2x1 | |||
| ) |
Definition at line 45 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR.
| TEST | ( | Matrices | , |
| det_2x2_dyn | |||
| ) |
Definition at line 60 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR, and dat_A.
| TEST | ( | Matrices | , |
| det_2x2_fix | |||
| ) |
Definition at line 71 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR, and dat_A.
| TEST | ( | Matrices | , |
| det_3x3_dyn | |||
| ) |
Definition at line 82 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR, and dat_A.
| TEST | ( | Matrices | , |
| det_3x3_fix | |||
| ) |
Definition at line 94 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR, and dat_A.
| TEST | ( | Matrices | , |
| det_4x4_dyn | |||
| ) |
Definition at line 105 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR, and dat_A.
| TEST | ( | Matrices | , |
| det_4x4_fix | |||
| ) |
Definition at line 117 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR, and dat_A.
| TEST | ( | Matrices | , |
| det_10x10_dyn | |||
| ) |
Definition at line 129 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR, and dat_A.
| TEST | ( | Matrices | , |
| det_10x10_fix | |||
| ) |
Definition at line 163 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR, and dat_A.
| TEST | ( | Matrices | , |
| chol_2x2_dyn | |||
| ) |
Definition at line 197 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR, dat_A, and mrpt::math::sum().
| TEST | ( | Matrices | , |
| chol_2x2_fix | |||
| ) |
Definition at line 211 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR, dat_A, and mrpt::math::sum().
| TEST | ( | Matrices | , |
| chol_3x3_dyn | |||
| ) |
Definition at line 225 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR, dat_A, and mrpt::math::sum().
| TEST | ( | Matrices | , |
| chol_3x3_fix | |||
| ) |
Definition at line 244 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR, dat_A, and mrpt::math::sum().
| TEST | ( | Matrices | , |
| chol_10x10_dyn | |||
| ) |
Definition at line 263 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR, dat_A, and mrpt::math::sum().
| TEST | ( | Matrices | , |
| chol_10x10_fix | |||
| ) |
Definition at line 321 of file matrix_ops3_unittest.cpp.
References CHECK_AND_RET_ERROR, dat_A, and mrpt::math::sum().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: 7d5e6d718 Fri Aug 24 01:51:28 2018 +0200 at lun nov 2 08:35:50 CET 2020 |