Questions tagged [boost-test]

Boost Test Library is a portable test framework for performing unit testing in c++

271 questions
-2
votes
1 answer

How to compare QVector3D or Eigen::Vector3d for equality with tolerance?

I would like to use the BOOST_TEST machinery to compare mathematical vector types using plain (in)equality operators. I can only find how to tell Boost.Test that it should do that for a type (by specializing boost::math::fpc::tolerance_based for…
rubenvb
  • 74,642
  • 33
  • 187
  • 332
1 2 3
18
19