aboutsummaryrefslogtreecommitdiffhomepage
path: root/COPYING.LGPL
Commit message (Collapse)AuthorAge
* add SSE path for Matrix4f inverse, taken from Intel except that we do a kosherGravatar Benoit Jacob2009-12-14
| | | | | | division instead of RCPPS-followed-by-Newton-Raphson. The rationale for that is that elsewhere in Eigen we dont allow ourselves this approximation (which throws 2 bits of mantissa), so there's no reason we should allow it here.
* there's no reason why we should follow the FSF's stupid recommendation for ↵Gravatar Benoit Jacob2009-11-14
the naming of these files, right? This could give the wrong impression that Eigen is only GPL-licensed.