#include <mrpt/math/CMatrixFixedNumeric.h>#include <mrpt/math/CMatrixD.h>#include <mrpt/math/matrix_serialization.h>#include <mrpt/math/ops_matrices.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, A_times_B_dyn) | |
| TEST (Matrices, A_times_B_fix) | |
| TEST (Matrices, SerializeCMatrixD) | |
| TEST (Matrices, EigenVal2x2dyn) | |
| TEST (Matrices, EigenVal3x3dyn) | |
| TEST (Matrices, EigenVal2x2fix) | |
| TEST (Matrices, EigenVal3x3fix) | |
Variables | |
| const double | dat_A [] = {4, 5, 8, -2, 1, 3} |
| const double | dat_B [] = {2, 6, 9, 8} |
| const double | dat_Cok [] = {53, 64, -2, 32, 29, 30} |
| #define CHECK_AND_RET_ERROR | ( | _COND_, | |
| _MSG_ | |||
| ) | EXPECT_FALSE(_COND_) << _MSG_; |
Definition at line 34 of file matrix_ops1_unittest.cpp.
| TEST | ( | Matrices | , |
| A_times_B_dyn | |||
| ) |
Definition at line 36 of file matrix_ops1_unittest.cpp.
| TEST | ( | Matrices | , |
| A_times_B_fix | |||
| ) |
Definition at line 48 of file matrix_ops1_unittest.cpp.
| TEST | ( | Matrices | , |
| SerializeCMatrixD | |||
| ) |
Definition at line 62 of file matrix_ops1_unittest.cpp.
References dat_A, mrpt::utils::CMemoryStream::Seek(), and mrpt::math::sum().

| TEST | ( | Matrices | , |
| EigenVal2x2dyn | |||
| ) |
Definition at line 91 of file matrix_ops1_unittest.cpp.
References mrpt::math::sum().

| TEST | ( | Matrices | , |
| EigenVal3x3dyn | |||
| ) |
Definition at line 103 of file matrix_ops1_unittest.cpp.
References mrpt::math::sum().

| TEST | ( | Matrices | , |
| EigenVal2x2fix | |||
| ) |
Definition at line 115 of file matrix_ops1_unittest.cpp.
References mrpt::math::sum().

| TEST | ( | Matrices | , |
| EigenVal3x3fix | |||
| ) |
Definition at line 127 of file matrix_ops1_unittest.cpp.
References mrpt::math::sum().

| const double dat_A[] = {4, 5, 8, -2, 1, 3} |
Definition at line 30 of file matrix_ops1_unittest.cpp.
Referenced by TEST().
| const double dat_B[] = {2, 6, 9, 8} |
Definition at line 31 of file matrix_ops1_unittest.cpp.
Referenced by TEST().
| const double dat_Cok[] = {53, 64, -2, 32, 29, 30} |
Definition at line 32 of file matrix_ops1_unittest.cpp.
Referenced by TEST().
| Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019 |