#include "main.h"
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) |
#define EIGEN_NO_STATIC_ASSERT |
Definition at line 10 of file integer_types.cpp.
Definition at line 15 of file integer_types.cpp.
Definition at line 17 of file integer_types.cpp.
EIGEN_DECLARE_TEST | ( | integer_types | ) |
Definition at line 145 of file integer_types.cpp.
void integer_type_tests | ( | const MatrixType & | m | ) |
Definition at line 49 of file integer_types.cpp.
void integer_types_extra | ( | ) |
Definition at line 135 of file integer_types.cpp.
void signed_integer_type_tests | ( | const MatrixType & | m | ) |
Definition at line 19 of file integer_types.cpp.