| Commit message (Expand) | Author | Age |
* | Implement better static assertion checking to make sure that the first assert... | Gael Guennebaud | 2018-03-09 |
* | Add static assertion on selfadjoint-view's UpLo parameter. | Gael Guennebaud | 2018-03-09 |
* | Fix a gcc7 warning: Wint-in-bool-context | Gael Guennebaud | 2017-06-26 |
* | bug #1330: Cholmod supports double precision only, so let's trigger a static ... | Gael Guennebaud | 2016-11-03 |
* | Use complete nested namespace Eigen::internal | Justin Carpentier | 2016-06-28 |
* | Add TernaryFunctors and the betainc SpecialFunction. | Eugene Brevdo | 2016-06-02 |
* | Add a EIGEN_MAX_CPP_VER option to limit the C++ version to be used. | Gael Guennebaud | 2016-05-20 |
* | bug #1153: Don't rely on __GXX_EXPERIMENTAL_CXX0X__ to detect C++11 support | Christoph Hertzberg | 2016-01-26 |
* | Add static assertion to y(), z(), w() accessors | Gael Guennebaud | 2016-01-20 |
* | Add special functions to Eigen: lgamma, erf, erfc. | Eugene Brevdo | 2015-12-07 |
* | Implement wrapper for matrix-free iterative solvers | Gael Guennebaud | 2015-12-07 |
* | Big 1009, part 2/2: add static assertion on LinearAccessBit in coeff(index)-l... | Gael Guennebaud | 2015-11-27 |
* | Simplify cost computations based on HugeCost being smaller that unrolling limit | Gael Guennebaud | 2015-10-28 |
* | Refactoring of the cost model: | Gael Guennebaud | 2015-10-28 |
* | Replace a static assert by a runtime one, fixes the build of unit tests on ARM | Benoit Jacob | 2015-02-27 |
* | bug #955 - Implement a rotating kernel alternative in the 3px4 gebp path | Benoit Jacob | 2015-02-18 |
* | Big 853: replace enable_if in Ref<> ctor by static assertions and add failtes... | Gael Guennebaud | 2014-11-05 |
* | Introduce unified macros to identify compiler, OS, and architecture. They are... | Gael Guennebaud | 2014-11-04 |
* | merge with default branch | Gael Guennebaud | 2014-07-02 |
|\ |
|
| * | Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation... | Christoph Hertzberg | 2014-07-01 |
* | | Generalize static assertions on matching sizes to avoid the need for SizeAtCo... | Gael Guennebaud | 2014-06-25 |
| * | Workaround clang error introduced by 3117036b80075390dbc46f60aa0d595e5a44661b | Christoph Hertzberg | 2014-06-23 |
* | | Product::coeff method are also OK for lazy products (including diagonal produ... | Gael Guennebaud | 2014-02-18 |
* | | Enable use of evaluators for noalias and lazyProduct, add conversion to scala... | Gael Guennebaud | 2013-12-03 |
|/ |
|
* | Add static assert that objects on stacks are not too big (bug #491). | Jitse Niesen | 2012-07-17 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | fig bug #396: add a static assertion on the storage order of a sparse-sparse ... | Gael Guennebaud | 2011-12-15 |
* | fix bug #384: add a static assertion on the Index type which has to be signed | Gael Guennebaud | 2011-12-04 |
* | Bugs 157 and 377 - General tightening/testing of vectorwise ops: | Benoit Jacob | 2011-11-18 |
* | In the Matrix constructor taking (rows, cols), statically assert that the typ... | Benoit Jacob | 2011-11-05 |
* | forgot to include this file in previous commit | Gael Guennebaud | 2011-06-01 |
* | fix EIGEN_STATIC_ASSERT_LVALUE (fix found by failtests) | Benoit Jacob | 2011-02-06 |
* | lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ... | Benoit Jacob | 2011-01-20 |
* | fix MSVC warnings, bug #143 | Jose Luis Blanco | 2010-12-29 |
* | bug #54 - really fix const correctness except in Sparse | Benoit Jacob | 2010-12-22 |
* | bug #54 - The big Map const-correctness changes | Benoit Jacob | 2010-12-10 |
* | fix the build of eigensolver_complex test. | Benoit Jacob | 2010-12-09 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | fix compilation on ubuntu 9.04's version of gcc 4.3 (yes, wtf) | Benoit Jacob | 2010-09-27 |
* | Fixed Geometry module failures. | Hauke Heibel | 2010-08-17 |
* | fix Transform() constructor taking a Transform with other mode. | Benoit Jacob | 2010-08-16 |
* | further improve compilation error message for array+=matrix | Gael Guennebaud | 2010-08-16 |
* | Safeguarded some Transform functions with compile time asserts. | Hauke Heibel | 2010-07-29 |
* | add an OpenGL module simplifying the way you can pass Eigen's objects to GL | Gael Guennebaud | 2010-07-22 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | change the value of Dynamic to -1, since the index type is now configurable. | Benoit Jacob | 2010-06-11 |
* | Complete rework of global math functions and NumTraits. | Benoit Jacob | 2010-04-28 |
* | restrict operator[] to vectors, not matrices. | Benoit Jacob | 2010-04-23 |
* | * allow matrix dimensions to be 0 (also at compile time) and provide a specia... | Benoit Jacob | 2010-03-21 |