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_FALSE(EIGEN_MATRIX_EQUAL(MatrixA, MatrixB)); ASSERT_TRUE(EIGEN_MATRIX_EQUAL(MatrixA...