MRPT  2.0.4
Macros | Functions
matrix_ops_unittest.cpp File Reference
#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.

Macros

#define CHECK_AND_RET_ERROR(_COND_, _MSG_)   EXPECT_FALSE(_COND_) << _MSG_;
 

Functions

 TEST (Matrices, setSize)
 
 TEST (Matrices, extractSubmatrixSymmetricalBlocks)
 
 TEST (Matrices, extractSubmatrixSymmetrical)
 

Macro Definition Documentation

◆ CHECK_AND_RET_ERROR

#define CHECK_AND_RET_ERROR (   _COND_,
  _MSG_ 
)    EXPECT_FALSE(_COND_) << _MSG_;

Definition at line 26 of file matrix_ops_unittest.cpp.

Function Documentation

◆ TEST() [1/3]

TEST ( Matrices  ,
extractSubmatrixSymmetrical   
)

◆ TEST() [2/3]

TEST ( Matrices  ,
extractSubmatrixSymmetricalBlocks   
)

Definition at line 65 of file matrix_ops_unittest.cpp.

References EXPECT_TRUE().

◆ TEST() [3/3]

TEST ( Matrices  ,
setSize   
)



Page generated by Doxygen 1.8.17 for MRPT 2.0.4 at Sun Jul 19 15:15:43 UTC 2020