| Commit message (Expand) | Author | Age |
* | Workaround "empty paragraph" warning with clang -Wdocumentation | Gael Guennebaud | 2015-12-30 |
* | Add missing doc of Derived template parameter | Gael Guennebaud | 2015-12-30 |
* | Fix numerous doxygen issues in auto-link generation | Gael Guennebaud | 2015-12-30 |
* | bug #1141: add missing initialization of CholmodBase::m_*IsOk | Gael Guennebaud | 2015-12-29 |
* | Workaround compilers that do not even define _mm256_set_m128. | Gael Guennebaud | 2015-12-24 |
* | Made it possible to run the lgamma, erf, and erfc functors on a CUDA gpu. | Benoit Steiner | 2015-12-21 |
* | Fixed a typo in previous change. | Benoit Steiner | 2015-12-21 |
* | Added support for CUDA architectures that don's support for 3.5 capabilities | Benoit Steiner | 2015-12-21 |
* | Fixed a typo. | Benoit Steiner | 2015-12-18 |
* | bug #1140: remove custom definition and use of _mm256_setr_m128 | Gael Guennebaud | 2015-12-18 |
* | bump to 3.3-beta1 | Gael Guennebaud | 2015-12-16 |
* | Update doc to make it clear that only SuperLU 4.x is supported | Gael Guennebaud | 2015-12-16 |
* | Fix MKL wrapper for ComplexSchur | Gael Guennebaud | 2015-12-11 |
* | Fix unused variable warning. | Gael Guennebaud | 2015-12-11 |
* | merge | Gael Guennebaud | 2015-12-11 |
|\ |
|
* \ | merge | Gael Guennebaud | 2015-12-11 |
|\ \ |
|
| | * | bug #1134: fix JacobiSVD pre-allocation | Gael Guennebaud | 2015-12-11 |
| | * | Merged in ebrevdo/eigen (pull request PR-148) | Gael Guennebaud | 2015-12-11 |
| | |\ |
|
| | * | | bug #1132: add EIGEN_MAPBASE_PLUGIN | Gael Guennebaud | 2015-12-11 |
| |/ / |
|
* | | | Fix MKL compilation issue | Gael Guennebaud | 2015-12-11 |
* | | | Remove useless explicit | Gael Guennebaud | 2015-12-11 |
* | | | Fix compilation of PardisoSupport | Gael Guennebaud | 2015-12-11 |
* | | | Remove useless "explicit", and fix inline/static order. | Gael Guennebaud | 2015-12-11 |
* | | | Fix compilation of MKL support. | Gael Guennebaud | 2015-12-11 |
| * | | merge | Gael Guennebaud | 2015-12-11 |
| |\ \ |
|
| | | * | Created EIGEN_HAS_C99_MATH define as Gael suggested. | Benoit Steiner | 2015-12-10 |
| * | | | Fix storage order of PartialRedux | Gael Guennebaud | 2015-12-10 |
|/ / / |
|
| * / | sign(complex) compiles for GPU | Mark Borgerding | 2015-12-10 |
|/ / |
|
| * | Silence a compilation warning | Benoit Steiner | 2015-12-10 |
| * | Only implement the lgamma, erf, and erfc functions when using a compiler comp... | Benoit Steiner | 2015-12-10 |
* | | bug #1103: fix neon vectorization of pmul(Packet1cd,Packet1cd) | Gael Guennebaud | 2015-12-10 |
| * | Simplified the implementation of lgamma, erf, and erfc | Benoit Steiner | 2015-12-08 |
| * | Cleanup | Benoit Steiner | 2015-12-08 |
| * | Simplified the code a bit | Benoit Steiner | 2015-12-07 |
| * | Fixed a couple of typos | Benoit Steiner | 2015-12-07 |
| * | Add special functions to Eigen: lgamma, erf, erfc. | Eugene Brevdo | 2015-12-07 |
* | | bug #1109: use noexcept instead of throw for C++11 compilers | Gael Guennebaud | 2015-12-10 |
* | | Use more explicit names. | Gael Guennebaud | 2015-12-10 |
* | | Fix usage of "Index" as a compile time integral. | Gael Guennebaud | 2015-12-10 |
* | | bug #1113: fix name conflict with C99's "I". | Gael Guennebaud | 2015-12-10 |
* | | Forbid the creation of SparseCompressedBase object | Gael Guennebaud | 2015-12-09 |
* | | bug #1074: forbid the creation of PlainObjectBase object by making its ctor p... | Gael Guennebaud | 2015-12-09 |
* | | Fix sign-unsigned issue in enum | Gael Guennebaud | 2015-12-09 |
* | | Fix and clarify documentation of Transform wrt operator*(MatrixBase) | Gael Guennebaud | 2015-12-08 |
* | | Fix Alignment in coeff-based product, and enable unaligned vectorization | Gael Guennebaud | 2015-12-08 |
|/ |
|
* | Add matrix-free solver example | Gael Guennebaud | 2015-12-07 |
* | Implement wrapper for matrix-free iterative solvers | Gael Guennebaud | 2015-12-07 |
* | Added rsqrt() method to the Array class: this method computes the coefficient... | Benoit Steiner | 2015-12-03 |
* | Merged in Unril/eigen-1/Unril/fixes-internal-compiler-error-while-comp-144915... | Benoit Steiner | 2015-12-03 |
|\ |
|
* | | Add missing Rotation2D::operator=(Matrix2x2) | Gael Guennebaud | 2015-12-03 |