aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/StaticAssert.h
Commit message (Expand)AuthorAge
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fig bug #396: add a static assertion on the storage order of a sparse-sparse ...Gravatar Gael Guennebaud2011-12-15
* fix bug #384: add a static assertion on the Index type which has to be signedGravatar Gael Guennebaud2011-12-04
* Bugs 157 and 377 - General tightening/testing of vectorwise ops:Gravatar Benoit Jacob2011-11-18
* In the Matrix constructor taking (rows, cols), statically assert that the typ...Gravatar Benoit Jacob2011-11-05
* forgot to include this file in previous commitGravatar Gael Guennebaud2011-06-01
* fix EIGEN_STATIC_ASSERT_LVALUE (fix found by failtests)Gravatar Benoit Jacob2011-02-06
* lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ...Gravatar Benoit Jacob2011-01-20
* fix MSVC warnings, bug #143Gravatar Jose Luis Blanco2010-12-29
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* fix the build of eigensolver_complex test.Gravatar Benoit Jacob2010-12-09
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix compilation on ubuntu 9.04's version of gcc 4.3 (yes, wtf)Gravatar Benoit Jacob2010-09-27
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* fix Transform() constructor taking a Transform with other mode.Gravatar Benoit Jacob2010-08-16
* further improve compilation error message for array+=matrixGravatar Gael Guennebaud2010-08-16
* Safeguarded some Transform functions with compile time asserts.Gravatar Hauke Heibel2010-07-29
* add an OpenGL module simplifying the way you can pass Eigen's objects to GLGravatar Gael Guennebaud2010-07-22
* 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