[eigen] 1.0.2

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Hi List,

Here's a little maintenance release, I hope you like it :)

ChangeLog since 1.0.1:
* expand MatrixP class with new methods.
* lots of documentation improvements, especially in MatrixP.
* ditch our non-aborting asserts in favor of standard asserts.
  --- this solves compilation issues on non-GNU platforms
  --- this is better because we only use asserts to control
      memory accesses, so if an assert fails then at best your
      program might give random results and at worst it's a
      security issue. So standard aborting asserts are what we want here.
* protect some dangerous constructors with the 'explicit' keyword.
* add fuzzy comparison methods, use them in the tests. Woops, just realized
  that not all of them are covered by the tests... only the isApprox()
  methods are. Regard the others as 'experimental'.
* Some internal changes in util.h.

Cheers,
Benoit

Attachment: pgpLmJcWKqcIZ.pgp
Description: PGP signature



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/