Define EXPECT_MATRIX_EQ

Define Documentation

EXPECT_MATRIX_EQ(v1, v2)

Non-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