Define ASSERT_MATRIX_EQ
Defined in File eigen_gtest.hpp
Define Documentation
-
ASSERT_MATRIX_EQ(v1, v2)
Fatal check for exact equality of two Eigen matrix-like objects.
This should probably be used only for integer-based matrix types
- Parameters:
v1 – [in] The expected matrix
v2 – [in] The actual matrix