Skip to content

1.0.4

Latest
Compare
Choose a tag to compare
@jagerman jagerman released this 29 Jun 18:58
· 12 commits to master since this release
  • Switched least-squares solver to Eigen's JacobiSVD solver. This is supposed to be more accurate for least squares solving. This makes very minor differences to the resulting values.
  • Updated embedded Eigen and boost versions to 3.2.5 and 1.58.0, respectively.
  • Added cmake build options to force the use of the embedded eigen/boost copies instead of using system headers.