aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* bug #1141: add missing initialization of CholmodBase::m_*IsOkGravatar Gael Guennebaud2015-12-29
* Workaround compilers that do not even define _mm256_set_m128.Gravatar Gael Guennebaud2015-12-24
* Made it possible to run the lgamma, erf, and erfc functors on a CUDA gpu.Gravatar Benoit Steiner2015-12-21
* Fixed a typo in previous change.Gravatar Benoit Steiner2015-12-21
* Added support for CUDA architectures that don's support for 3.5 capabilitiesGravatar Benoit Steiner2015-12-21
* Fixed a typo.Gravatar Benoit Steiner2015-12-18
* bug #1140: remove custom definition and use of _mm256_setr_m128Gravatar Gael Guennebaud2015-12-18
* bump to 3.3-beta1Gravatar Gael Guennebaud2015-12-16
* Update doc to make it clear that only SuperLU 4.x is supportedGravatar Gael Guennebaud2015-12-16
* Fix MKL wrapper for ComplexSchurGravatar Gael Guennebaud2015-12-11
* Fix unused variable warning.Gravatar Gael Guennebaud2015-12-11
* mergeGravatar Gael Guennebaud2015-12-11
|\
* \ mergeGravatar Gael Guennebaud2015-12-11
|\ \
| | * bug #1134: fix JacobiSVD pre-allocationGravatar Gael Guennebaud2015-12-11
| | * Merged in ebrevdo/eigen (pull request PR-148)Gravatar Gael Guennebaud2015-12-11
| | |\
| | * | bug #1132: add EIGEN_MAPBASE_PLUGINGravatar Gael Guennebaud2015-12-11
| |/ /
* | | Fix MKL compilation issueGravatar Gael Guennebaud2015-12-11
* | | Remove useless explicitGravatar Gael Guennebaud2015-12-11
* | | Fix compilation of PardisoSupportGravatar Gael Guennebaud2015-12-11
* | | Remove useless "explicit", and fix inline/static order.Gravatar Gael Guennebaud2015-12-11
* | | Fix compilation of MKL support.Gravatar Gael Guennebaud2015-12-11
| * | mergeGravatar Gael Guennebaud2015-12-11
| |\ \
| | | * Created EIGEN_HAS_C99_MATH define as Gael suggested.Gravatar Benoit Steiner2015-12-10
| * | | Fix storage order of PartialReduxGravatar Gael Guennebaud2015-12-10
|/ / /
| * / sign(complex) compiles for GPUGravatar Mark Borgerding2015-12-10
|/ /
| * Silence a compilation warningGravatar Benoit Steiner2015-12-10
| * Only implement the lgamma, erf, and erfc functions when using a compiler comp...Gravatar Benoit Steiner2015-12-10
* | bug #1103: fix neon vectorization of pmul(Packet1cd,Packet1cd)Gravatar Gael Guennebaud2015-12-10
| * Simplified the implementation of lgamma, erf, and erfcGravatar Benoit Steiner2015-12-08
| * CleanupGravatar Benoit Steiner2015-12-08
| * Simplified the code a bitGravatar Benoit Steiner2015-12-07
| * Fixed a couple of typosGravatar Benoit Steiner2015-12-07
| * Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
* | bug #1109: use noexcept instead of throw for C++11 compilersGravatar Gael Guennebaud2015-12-10
* | Use more explicit names.Gravatar Gael Guennebaud2015-12-10
* | Fix usage of "Index" as a compile time integral.Gravatar Gael Guennebaud2015-12-10
* | bug #1113: fix name conflict with C99's "I".Gravatar Gael Guennebaud2015-12-10
* | Forbid the creation of SparseCompressedBase objectGravatar Gael Guennebaud2015-12-09
* | bug #1074: forbid the creation of PlainObjectBase object by making its ctor p...Gravatar Gael Guennebaud2015-12-09
* | Fix sign-unsigned issue in enumGravatar Gael Guennebaud2015-12-09
* | Fix and clarify documentation of Transform wrt operator*(MatrixBase)Gravatar Gael Guennebaud2015-12-08
* | Fix Alignment in coeff-based product, and enable unaligned vectorizationGravatar Gael Guennebaud2015-12-08
|/
* Add matrix-free solver exampleGravatar Gael Guennebaud2015-12-07
* Implement wrapper for matrix-free iterative solversGravatar Gael Guennebaud2015-12-07
* Added rsqrt() method to the Array class: this method computes the coefficient...Gravatar Benoit Steiner2015-12-03
* Merged in Unril/eigen-1/Unril/fixes-internal-compiler-error-while-comp-144915...Gravatar Benoit Steiner2015-12-03
|\
* | Add missing Rotation2D::operator=(Matrix2x2)Gravatar Gael Guennebaud2015-12-03
| * Fixes internal compiler error while compiling with VC2015 Update1 x64.Gravatar Nikolay Fedorov2015-12-03
|/
* Made it possible to leverage several binary functor in a CUDA kernelGravatar Benoit Steiner2015-12-02