...G-Log CHECK and GTest ASSERT and EXPECT macros for Eigen...
These Eigen equivalents can be used to check conditions on matrices. See the gtest documentation for a full description. The general form of use is: EXPECT_TRUE(EIGEN_MATRIX_EQUAL(MatrixA, MatrixB)); EXPECT_FALS