ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
matrix_test.cc File Reference
#include "util/testing.h"
#include "util/matrix.h"
Include dependency graph for matrix_test.cc:

Go to the source code of this file.

Macros

#define TEST_NAME   "util/matrix"
 

Functions

 BOOST_AUTO_TEST_CASE (TestIsNaN)
 
 BOOST_AUTO_TEST_CASE (TestIsInf)
 
 BOOST_AUTO_TEST_CASE (TestDecomposeMatrixRQ)
 

Macro Definition Documentation

◆ TEST_NAME

#define TEST_NAME   "util/matrix"

Definition at line 32 of file matrix_test.cc.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( TestDecomposeMatrixRQ  )

Definition at line 57 of file matrix_test.cc.

References colmap::DecomposeMatrixRQ(), and e.

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( TestIsInf  )

Definition at line 48 of file matrix_test.cc.

References colmap::IsInf().

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( TestIsNaN  )

Definition at line 39 of file matrix_test.cc.

References colmap::IsNaN().