aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MapBase.h
Commit message (Expand)AuthorAge
...
* synch with main branchGravatar Gael Guennebaud2009-07-28
|\
* | * various fixes related to sub diagonals and band matrixGravatar Gael Guennebaud2009-07-21
| * minor compilation fixes for Sun CC and ICCGravatar Gael Guennebaud2009-07-20
| * Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* | * take advantage of new possibilies in LLT (mat -= product)Gravatar Gael Guennebaud2009-07-07
* | new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
|/
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* now if Derived has the DirectAccess flag, then MatrixBase<Derived>::coeff() c...Gravatar Benoit Jacob2009-04-01
* fix compilation with old, and future gccGravatar Gael Guennebaud2009-03-10
* compilation fix in MapBaseGravatar Gael Guennebaud2009-03-10
* fix MapBase's ForceAligned concept which was not working at all....Gravatar Gael Guennebaud2009-03-09
* fix bug in MapBase found by myguelGravatar Gael Guennebaud2009-02-12
* Add a data() function in Map and BlockGravatar Gael Guennebaud2009-01-16
* * fix a couple of warnings (patch from Armin Berres)Gravatar Gael Guennebaud2008-12-12
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* minor bugfix found using gcc-4.0Gravatar Gael Guennebaud2008-08-20
* doc fixes, and extended Basic Linear Algebra and Reductions sectionsGravatar Gael Guennebaud2008-08-20
* * Added .all() and .any() members to PartialReduxGravatar Gael Guennebaud2008-08-20
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* Renamed allowAligned() => forceAligned() and added the constants ForceAlignedGravatar Gael Guennebaud2008-08-09
* * Big change in Block and Map:Gravatar Gael Guennebaud2008-08-09