Macros | Functions
integer_types.cpp File Reference
#include "main.h"
Include dependency graph for integer_types.cpp:

Go to the source code of this file.

Macros

#define EIGEN_NO_STATIC_ASSERT
 
#define VERIFY_IS_APPROX(a, b)   VERIFY((a)==(b));
 
#define VERIFY_IS_NOT_APPROX(a, b)   VERIFY((a)!=(b));
 

Functions

 EIGEN_DECLARE_TEST (integer_types)
 
template<typename MatrixType >
void integer_type_tests (const MatrixType &m)
 
template<int >
void integer_types_extra ()
 
template<typename MatrixType >
void signed_integer_type_tests (const MatrixType &m)
 

Macro Definition Documentation

◆ EIGEN_NO_STATIC_ASSERT

#define EIGEN_NO_STATIC_ASSERT

Definition at line 10 of file integer_types.cpp.

◆ VERIFY_IS_APPROX

#define VERIFY_IS_APPROX (   a,
  b 
)    VERIFY((a)==(b));

Definition at line 15 of file integer_types.cpp.

◆ VERIFY_IS_NOT_APPROX

#define VERIFY_IS_NOT_APPROX (   a,
  b 
)    VERIFY((a)!=(b));

Definition at line 17 of file integer_types.cpp.

Function Documentation

◆ EIGEN_DECLARE_TEST()

EIGEN_DECLARE_TEST ( integer_types  )

Definition at line 145 of file integer_types.cpp.

◆ integer_type_tests()

template<typename MatrixType >
void integer_type_tests ( const MatrixType m)

Definition at line 49 of file integer_types.cpp.

◆ integer_types_extra()

template<int >
void integer_types_extra ( )

Definition at line 135 of file integer_types.cpp.

◆ signed_integer_type_tests()

template<typename MatrixType >
void signed_integer_type_tests ( const MatrixType m)

Definition at line 19 of file integer_types.cpp.



gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:40:49