aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* bug #1394: fix compilation of SelfAdjointEigenSolver<Matrix>(sparse*sparse);Gravatar Gael Guennebaud2017-02-20
* bug #1395: fix the use of compile-time vectors as inputs of JacobiSVD.Gravatar Gael Guennebaud2017-02-20
* Silent warning.Gravatar Gael Guennebaud2017-02-20
* Fix usage of CUDACC_VERGravatar Gael Guennebaud2017-02-20
* Fix tracking of temporaries in unit testsGravatar Gael Guennebaud2017-02-19
* Use int32_t instead of int in NEON code. Some platforms with 16 bytes int sup...Gravatar Gael Guennebaud2017-02-17
* bug #1393: enable Matrix/Array explicit ctor from types with conversion opera...Gravatar Gael Guennebaud2017-02-17
* Merged eigen/eigen into defaultGravatar Benoit Steiner2017-02-14
|\
| * Fall back is_integral to std::is_integral in c++11Gravatar Gael Guennebaud2017-02-13
| * Fix vector indexing with uint64_tGravatar Jonathan Hseu2017-02-11
| * bug #1391: include IO.h before DenseBase to enable its usage in DenseBase plu...Gravatar Gael Guennebaud2017-02-13
| * Workaround some gcc 4.7 warningsGravatar Gael Guennebaud2017-02-11
| * bug #1392: fix #include <Eigen/Sparse> with mpl2-onlyGravatar Gael Guennebaud2017-02-11
| * Forgot to include a file in previous commitGravatar Gael Guennebaud2017-02-11
| * Worakound gcc 4.7 issue in c++11.Gravatar Gael Guennebaud2017-02-11
| * Fix previous commits: disbale only problematic indexed view methods for old c...Gravatar Gael Guennebaud2017-02-11
* | Merged eigen/eigen into defaultGravatar Benoit Steiner2017-02-10
|\|
| * Fixed bug introduced in previous commitGravatar Benoit Steiner2017-02-10
* | Pulled latest updates from upstreamGravatar Benoit Steiner2017-02-10
|\|
| * Added a new EIGEN_HAS_INDEXED_VIEW define that set to 0 for older compilers t...Gravatar Benoit Steiner2017-02-10
| * Fix prunning in (sparse*sparse).pruned() when the result is nearly dense.Gravatar Gael Guennebaud2017-02-10
| * Include clang in the list of non strict MSVC (just to be sure)Gravatar Gael Guennebaud2017-02-10
| * fixed inlining issue with clang-cl on visual studioGravatar Alexander Neumann2017-02-08
| * Improve multi-threading heuristic for matrix products with a small number of ...Gravatar Gael Guennebaud2017-02-07
| * bug #1389: MSVC's std containers do not properly align in 64 bits mode if the...Gravatar Gael Guennebaud2017-02-03
| * fixed the ordering of the template and EIGEN_DEVICE_FUNC keywords in a few mo...Gravatar Benoit Steiner2017-02-01
| * Replaced EIGEN_DEVICE_FUNC template<foo> with template<foo> EIGEN_DEVICE_FUNC...Gravatar Benoit Steiner2017-02-01
| * Define EIGEN_COMP_GNUC to reflect version number: 47, 48, 49, 50, 60, ...Gravatar Gael Guennebaud2017-02-01
| * Fix compilation of JacobiSVD for vectors typeGravatar Gael Guennebaud2017-01-31
| * bug #478: fix regression in the eigen decomposition of zero matrices.Gravatar Gael Guennebaud2017-01-31
* | Merge latest changes from upstreamGravatar Benoit Steiner2017-01-30
|\|
| * bug #1384: fix evaluation of "sparse/scalar" that used the wrong evaluation p...Gravatar Gael Guennebaud2017-01-30
| * MSVC 1900 release is not c++14 compatible enough for us. The 1910 update seem...Gravatar Gael Guennebaud2017-01-27
| * Revert PR-292. After further investigation, the memcpy->memmove change was on...Gravatar Rasmus Munk Larsen2017-01-26
| * Merged in ggael/eigen-flexidexing (pull request PR-294)Gravatar Gael Guennebaud2017-01-26
| |\
| | * Fix useless ';' warningGravatar Gael Guennebaud2017-01-25
| | * Fix unamed type as template argument (ok in c++11 only)Gravatar Gael Guennebaud2017-01-25
| | * Fix duplicates of array_size bewteen unsupported and CoreGravatar Gael Guennebaud2017-01-25
| * | Merged eigen/eigen into defaultGravatar Rasmus Munk Larsen2017-01-25
| |\ \
| * | | Reverse arguments for pmin in AVX.Gravatar Rasmus Munk Larsen2017-01-25
| | * | bug #1383: fix regression in LinSpaced for integers and high<lowGravatar Gael Guennebaud2017-01-25
| | * | bug #1381: fix sparse.diagonal() used as a rvalue.Gravatar Gael Guennebaud2017-01-25
| | * | bug #1383: Fix regression from 3.2 with LinSpaced(n,0,n-1) with n==0.Gravatar Gael Guennebaud2017-01-25
| * | | Remove extra space.Gravatar Rasmus Munk Larsen2017-01-24
| | * | Merged in rmlarsen/eigen2 (pull request PR-292)Gravatar Benoit Steiner2017-01-25
| |/| |
| | * | Update copy helper to use fast_memcpy.Gravatar Rasmus Munk Larsen2017-01-24
| | * | Adds a fast memcpy function to Eigen. This takes advantage of the following:Gravatar Rasmus Munk Larsen2017-01-24
| * | | Fix NaN propagation for AVX512.Gravatar Rasmus Munk Larsen2017-01-24
| * | | Make NaN propagatation consistent between the pmax/pmin and std::max/std::min...Gravatar Rasmus Munk Larsen2017-01-24
| |/ /
| | * Add support for std::integral_constantGravatar Gael Guennebaud2017-01-24