aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/StaticAssert.h
Commit message (Expand)AuthorAge
* Define EIGEN_CPLUSPLUS and replace most __cplusplus checks.Gravatar Antonio Sanchez2021-03-05
* 1)provide a better generic paddsub op implementationGravatar Guoqiang QI2021-01-13
* PR 655: Fix missing Eigen namespace in MacrosGravatar Justin Carpentier2019-06-05
* bug #1654: fix compilation with cuda and no c++11Gravatar Gael Guennebaud2019-01-09
* Add reshaped<>() shortcuts when returning vectors and remove the reshaping ve...Gravatar Gael Guennebaud2018-09-21
* Implement better static assertion checking to make sure that the first assert...Gravatar Gael Guennebaud2018-03-09
* Add static assertion on selfadjoint-view's UpLo parameter.Gravatar Gael Guennebaud2018-03-09
* Fix a gcc7 warning: Wint-in-bool-contextGravatar Gael Guennebaud2017-06-26
* bug #1330: Cholmod supports double precision only, so let's trigger a static ...Gravatar Gael Guennebaud2016-11-03
* 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