#include "main.h"
Go to the source code of this file.
Defines | |
#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 () |
#define EIGEN_NO_STATIC_ASSERT |
Definition at line 25 of file integer_types.cpp.
Definition at line 30 of file integer_types.cpp.
Definition at line 32 of file integer_types.cpp.
void integer_type_tests | ( | const MatrixType & | m | ) |
Definition at line 65 of file integer_types.cpp.
void signed_integer_type_tests | ( | const MatrixType & | m | ) |
Definition at line 34 of file integer_types.cpp.
void test_integer_types | ( | ) |
Definition at line 151 of file integer_types.cpp.