Searched refs:m4ref (Results 1 – 1 of 1) sorted by relevance
301 Matrix4f m4ref = m4; in test_evaluators() local303 m4ref.block(1, 1, 2, 3) = m3.bottomRows(2); in test_evaluators()304 VERIFY_IS_APPROX(m4, m4ref); in test_evaluators()