#include <mrpt/math/CMatrixFixedNumeric.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, setSize) | |
| TEST (Matrices, extractSubmatrixSymmetricalBlocks) | |
| TEST (Matrices, extractSubmatrixSymmetrical) | |
| #define CHECK_AND_RET_ERROR | ( | _COND_, | |
| _MSG_ | |||
| ) | EXPECT_FALSE(_COND_) << _MSG_; |
Definition at line 27 of file matrix_ops_unittest.cpp.
| TEST | ( | Matrices | , |
| setSize | |||
| ) |
Definition at line 29 of file matrix_ops_unittest.cpp.
| TEST | ( | Matrices | , |
| extractSubmatrixSymmetricalBlocks | |||
| ) |
Definition at line 66 of file matrix_ops_unittest.cpp.
| TEST | ( | Matrices | , |
| extractSubmatrixSymmetrical | |||
| ) |
Definition at line 91 of file matrix_ops_unittest.cpp.
| 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 |