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

template<typename MatrixType >
void integer_type_tests (const MatrixType &m)
 
template<typename MatrixType >
void signed_integer_type_tests (const MatrixType &m)
 
void test_integer_types ()
 

Macro Definition Documentation

#define EIGEN_NO_STATIC_ASSERT

Definition at line 10 of file integer_types.cpp.

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

Definition at line 15 of file integer_types.cpp.

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

Definition at line 17 of file integer_types.cpp.

Function Documentation

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

Definition at line 49 of file integer_types.cpp.

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

Definition at line 19 of file integer_types.cpp.

void test_integer_types ( )

Definition at line 134 of file integer_types.cpp.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:30