Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix a number of compiler errors and warnings with gcc 4.3. There was a missing | Benoit Jacob | 2008-08-22 |
| | | | | #include<algorithm> so I'm not sure how it compiled at all for you :) | ||
* | * add Regression module, from eigen1, improved, with doc and unit-test. | Benoit Jacob | 2008-08-11 |
* fix .normalized() so that Random().normalized() works; since the return type became complicated to write down i just let it return an actual vector, perhaps not optimal. * add Sparse/CMakeLists.txt. I suppose that it was intentional that it didn't have CMakeLists, but in <=2.0 releases I'll just manually remove Sparse. |