![]() |
|
#include "main.h"
Macros | |
#define | VERIFY_IS_APPROX(a, b) VERIFY((a) == (b)); |
#define | VERIFY_IS_NOT_APPROX(a, b) VERIFY((a) != (b)); |
Functions | |
template<typename MatrixType > | |
void | signed_integer_type_tests (const MatrixType &m) |
template<typename MatrixType > | |
void | integer_type_tests (const MatrixType &m) |
template<int > | |
void | integer_types_extra () |
EIGEN_DECLARE_TEST (integer_types) | |
EIGEN_DECLARE_TEST | ( | integer_types | ) |
References CALL_SUBTEST_1, CALL_SUBTEST_2, CALL_SUBTEST_3, CALL_SUBTEST_4, CALL_SUBTEST_5, CALL_SUBTEST_6, CALL_SUBTEST_7, CALL_SUBTEST_8, CALL_SUBTEST_9, Eigen::g_repeat, i, integer_type_tests(), and signed_integer_type_tests().
void integer_type_tests | ( | const MatrixType & | m | ) |
References cols, m, m1, m2(), rows, Eigen::square(), anonymous_namespace{skew_symmetric_matrix3.cpp}::transpose(), v1(), v2(), VERIFY, VERIFY_IS_APPROX, VERIFY_IS_EQUAL, VERIFY_IS_NOT_APPROX, and oomph::PseudoSolidHelper::Zero.
Referenced by EIGEN_DECLARE_TEST().
void integer_types_extra | ( | ) |
References Eigen::value, VERIFY, and VERIFY_IS_EQUAL.
void signed_integer_type_tests | ( | const MatrixType & | m | ) |
References cols, m, m1, m2(), rows, VERIFY, VERIFY_IS_EQUAL, and oomph::PseudoSolidHelper::Zero.
Referenced by EIGEN_DECLARE_TEST().