MRPT  2.0.4
Macros | Functions
matrix_ops2_unittest.cpp File Reference
#include <gtest/gtest.h>
#include <mrpt/math/CMatrixFixed.h>
#include <mrpt/math/CVectorFixed.h>
#include <mrpt/math/geometry.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, inv_4x4_fix)
 
 TEST (Matrices, inv_LLt_4x4_fix)
 
 TEST (Matrices, inv_6x6_fix)
 
 TEST (Matrices, inv_6x6_dyn)
 
 TEST (Matrices, transpose)
 
 TEST (Matrices, multiply_A_skew3)
 
 TEST (Matrices, multiply_skew3_A)
 
 TEST (Matrices, fromMatlabStringFormat)
 

Macro Definition Documentation

◆ CHECK_AND_RET_ERROR

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

Definition at line 28 of file matrix_ops2_unittest.cpp.

Function Documentation

◆ TEST() [1/8]

TEST ( Matrices  ,
fromMatlabStringFormat   
)

◆ TEST() [2/8]

TEST ( Matrices  ,
inv_4x4_fix   
)

Definition at line 29 of file matrix_ops2_unittest.cpp.

References CHECK_AND_RET_ERROR, and dat_A.

◆ TEST() [3/8]

TEST ( Matrices  ,
inv_6x6_dyn   
)

Definition at line 112 of file matrix_ops2_unittest.cpp.

References CHECK_AND_RET_ERROR, and dat_A.

◆ TEST() [4/8]

TEST ( Matrices  ,
inv_6x6_fix   
)

Definition at line 75 of file matrix_ops2_unittest.cpp.

References CHECK_AND_RET_ERROR, and dat_A.

◆ TEST() [5/8]

TEST ( Matrices  ,
inv_LLt_4x4_fix   
)

Definition at line 51 of file matrix_ops2_unittest.cpp.

References CHECK_AND_RET_ERROR, and dat_A.

◆ TEST() [6/8]

TEST ( Matrices  ,
multiply_A_skew3   
)

◆ TEST() [7/8]

TEST ( Matrices  ,
multiply_skew3_A   
)

◆ TEST() [8/8]

TEST ( Matrices  ,
transpose   
)



Page generated by Doxygen 1.8.18 for MRPT 2.0.4 at Thu Sep 24 07:14:18 UTC 2020