aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/StaticAssert.h
Commit message (Expand)AuthorAge
...
* email changeGravatar Gael Guennebaud2010-06-24
* change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* restrict operator[] to vectors, not matrices.Gravatar Benoit Jacob2010-04-23
* * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
* miserable half-working state, commiting to a fork just in case, just to perfectGravatar Benoit Jacob2010-02-18
* * fix multiple temporary copies for coeff based productsGravatar Gael Guennebaud2010-02-09
* * default MatrixBase ctor: make it protected, make it a static assert, only d...Gravatar Benoit Jacob2009-10-31
* MatrixBase:Gravatar Benoit Jacob2009-10-20
* make Replicate ctor require the exact expected typeGravatar Benoit Jacob2009-09-30
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* Added conservativeResize + unit test.Gravatar Hauke Heibel2009-09-03
* make Umeyama, and its unit-test, work for me on gcc 4.3Gravatar Benoit Jacob2009-05-27
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* Big change in DiagonalMatrix and Geometry/Scaling:Gravatar Gael Guennebaud2009-01-28
* add support for read/write sub sets of inner vectors (sparse module)Gravatar Gael Guennebaud2009-01-27
* sparse module:Gravatar Gael Guennebaud2009-01-21
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* Sparse module, add an assertion and make the use of CHOLMOD's solve method th...Gravatar Gael Guennebaud2008-12-27
* * forgot to svn add 2 filesGravatar Benoit Jacob2008-12-18
* Patch by Kenneth Riddile: disable MSVC warnings, reenable them outsideGravatar Benoit Jacob2008-12-18
* * improvements in the tutorial: triangular matrices, linear algebraGravatar Benoit Jacob2008-12-06
* * fix compile error when C++0x is enabled: static_assert() needs ;Gravatar Benoit Jacob2008-12-06
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* add Eigen namespace in EIGEN_STATIC_ASSERTGravatar Gael Guennebaud2008-10-27
* improve assertion checking in productGravatar Gael Guennebaud2008-10-25
* doc + quick bug fix in Matrix ctorGravatar Gael Guennebaud2008-08-28
* * revert the previous interface change in solveTriangular (pointer vs reference)Gravatar Gael Guennebaud2008-08-18
* Fix compilation issues with icc and g++ < 4.1. Those include:Gravatar Gael Guennebaud2008-07-21
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* add some static asserts, use them, fix gcc 4.3 warning in Product.h.Gravatar Benoit Jacob2008-07-19
* * rework Map, allow vectorizationGravatar Benoit Jacob2008-06-27
* * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)Gravatar Benoit Jacob2008-06-26
* Started a Transform class in the Geometry module to representGravatar Gael Guennebaud2008-06-15
* added a static assertion mechanismGravatar Gael Guennebaud2008-06-04