QR decomposition mentionned in README

This commit is contained in:
Vincent Barrielle 2014-05-16 19:55:20 +02:00
parent f8ac86effc
commit b3bc4c66f1
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ and keeps an optimized set of tools for computational graphics and physics. Thos
* Dynamically sized vector: `DVec`.
* Dynamically sized (square or rectangular) matrix: `DMat`.
* A few methods for data analysis: `Cov`, `Mean`.
* Some matrix factorization algorithms: QR decomposition, ...
* Almost one trait per functionality: useful for generic programming.
* Operator overloading using the double trait dispatch
[trick](http://smallcultfollowing.com/babysteps/blog/2012/10/04/refining-traits-slash-impls/).