I am using a lot of Matrix<double>
/ Vector<double>
structures, and need to deal with the idiosyncrasies of floating point calculations. Is there a way to use any of the AlmostEqual()
methods as the default EqualityComparer
and/or Comparable
functionality for Math.NET Matrices/Vectors?
1 post - 1 participant