aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/StaticAssert.h
Commit message (Expand)AuthorAge
* Use complete nested namespace Eigen::internalGravatar Justin Carpentier2016-06-28
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Add a EIGEN_MAX_CPP_VER option to limit the C++ version to be used.Gravatar Gael Guennebaud2016-05-20
* bug #1153: Don't rely on __GXX_EXPERIMENTAL_CXX0X__ to detect C++11 supportGravatar Christoph Hertzberg2016-01-26
* Add static assertion to y(), z(), w() accessorsGravatar Gael Guennebaud2016-01-20
* Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
* Implement wrapper for matrix-free iterative solversGravatar Gael Guennebaud2015-12-07
* Big 1009, part 2/2: add static assertion on LinearAccessBit in coeff(index)-l...Gravatar Gael Guennebaud2015-11-27
* Simplify cost computations based on HugeCost being smaller that unrolling limitGravatar Gael Guennebaud2015-10-28
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* Replace a static assert by a runtime one, fixes the build of unit tests on ARMGravatar Benoit Jacob2015-02-27
* bug #955 - Implement a rotating kernel alternative in the 3px4 gebp pathGravatar Benoit Jacob2015-02-18
* Big 853: replace enable_if in Ref<> ctor by static assertions and add failtes...Gravatar Gael Guennebaud2014-11-05
* Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
* merge with default branchGravatar Gael Guennebaud2014-07-02
|\
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | Generalize static assertions on matching sizes to avoid the need for SizeAtCo...Gravatar Gael Guennebaud2014-06-25
| * Workaround clang error introduced by 3117036b80075390dbc46f60aa0d595e5a44661bGravatar Christoph Hertzberg2014-06-23
* | Product::coeff method are also OK for lazy products (including diagonal produ...Gravatar Gael Guennebaud2014-02-18
* | Enable use of evaluators for noalias and lazyProduct, add conversion to scala...Gravatar Gael Guennebaud2013-12-03
|/
* Add static assert that objects on stacks are not too big (bug #491).Gravatar Jitse Niesen2012-07-17
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* 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