MRPT  2.0.4
Functions | Variables
matrix_ops5_unittest.cpp File Reference
#include <gtest/gtest.h>
#include <mrpt/math/CMatrixFixed.h>
#include <mrpt/random.h>
#include <Eigen/Dense>

Go to the source code of this file.

Functions

 TEST (Matrices, loadFromArray)
 
 TEST (Matrices, CMatrixFixedNumeric_loadWithEigenMap)
 
 TEST (Matrices, EigenMatrix_loadWithEigenMap)
 

Variables

static double test_nums [3 *4]
 

Function Documentation

◆ TEST() [1/3]

TEST ( Matrices  ,
CMatrixFixedNumeric_loadWithEigenMap   
)

Definition at line 39 of file matrix_ops5_unittest.cpp.

References EXPECT_EQ(), and test_nums.

◆ TEST() [2/3]

TEST ( Matrices  ,
EigenMatrix_loadWithEigenMap   
)

Definition at line 51 of file matrix_ops5_unittest.cpp.

References EXPECT_EQ(), and test_nums.

◆ TEST() [3/3]

TEST ( Matrices  ,
loadFromArray   
)

Variable Documentation

◆ test_nums

double test_nums[3 *4]
static
Initial value:
= {
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}

Definition at line 36 of file matrix_ops5_unittest.cpp.

Referenced by TEST().




Page generated by Doxygen 1.8.17 for MRPT 2.0.4 at Fri Jul 17 08:43:33 UTC 2020