#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 36 of file matrix_ops1_unittest.cpp.
TEST | ( | Matrices | , |
A_times_B_dyn | |||
) |
Definition at line 38 of file matrix_ops1_unittest.cpp.
TEST | ( | Matrices | , |
A_times_B_fix | |||
) |
Definition at line 52 of file matrix_ops1_unittest.cpp.
TEST | ( | Matrices | , |
SerializeCMatrixD | |||
) |
Definition at line 68 of file matrix_ops1_unittest.cpp.
References dat_A, mrpt::utils::CMemoryStream::Seek(), and mrpt::math::sum().
TEST | ( | Matrices | , |
EigenVal2x2dyn | |||
) |
Definition at line 97 of file matrix_ops1_unittest.cpp.
References mrpt::math::sum().
TEST | ( | Matrices | , |
EigenVal3x3dyn | |||
) |
Definition at line 109 of file matrix_ops1_unittest.cpp.
References mrpt::math::sum().
TEST | ( | Matrices | , |
EigenVal2x2fix | |||
) |
Definition at line 121 of file matrix_ops1_unittest.cpp.
References mrpt::math::sum().
TEST | ( | Matrices | , |
EigenVal3x3fix | |||
) |
Definition at line 133 of file matrix_ops1_unittest.cpp.
References mrpt::math::sum().
const double dat_A[] = { 4, 5, 8, -2, 1, 3 } |
Definition at line 31 of file matrix_ops1_unittest.cpp.
Referenced by TEST().
const double dat_B[] = { 2, 6, 9, 8 } |
Definition at line 32 of file matrix_ops1_unittest.cpp.
Referenced by TEST().
const double dat_Cok[] = {53,64, -2,32, 29,30 } |
Definition at line 33 of file matrix_ops1_unittest.cpp.
Referenced by TEST().
Page generated by Doxygen 1.8.14 for MRPT 1.5.9 Git: 690a4699f Wed Apr 15 19:29:53 2020 +0200 at miƩ abr 15 19:30:12 CEST 2020 |