#include <gtest/gtest.h>
#include <mrpt/math/CMatrixDynamic.h>
#include <mrpt/math/CMatrixFixed.h>
#include <mrpt/math/ops_matrices.h>
#include <mrpt/random.h>
#include <Eigen/Dense>
Go to the source code of this file.
|
| TEST (Matrices, setSize) |
|
| TEST (Matrices, extractSubmatrixSymmetricalBlocks) |
|
| TEST (Matrices, extractSubmatrixSymmetrical) |
|
◆ CHECK_AND_RET_ERROR
#define CHECK_AND_RET_ERROR |
( |
|
_COND_, |
|
|
|
_MSG_ |
|
) |
| EXPECT_FALSE(_COND_) << _MSG_; |
◆ TEST() [1/3]
TEST |
( |
Matrices |
, |
|
|
extractSubmatrixSymmetrical |
|
|
) |
| |
◆ TEST() [2/3]
TEST |
( |
Matrices |
, |
|
|
extractSubmatrixSymmetricalBlocks |
|
|
) |
| |
◆ TEST() [3/3]
TEST |
( |
Matrices |
, |
|
|
setSize |
|
|
) |
| |