aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* bug #1674: disable GCC's unsafe-math-optimizations in sin/cos vectorization (...Gravatar Gael Guennebaud2019-02-03
* Merged in rmlarsen/eigen (pull request PR-578)Gravatar Rasmus Larsen2019-02-02
|\
* | Speed up row-major matrix-vector product on ARMGravatar Sameer Agarwal2019-02-01
| * Speed up Eigen matrix*vector and vector*matrix multiplication.Gravatar Rasmus Munk Larsen2019-01-31
|/
* GEBP: improves pipelining in the 1pX4 path with FMA.Gravatar Gael Guennebaud2019-01-30
* Fix compilation with ARM64.Gravatar Gael Guennebaud2019-01-30
* Workaround lack of support for arbitrary packet-type in Tensor by manually lo...Gravatar Gael Guennebaud2019-01-30
* Fix conflicts and mergeGravatar Gael Guennebaud2019-01-30
|\
* | Slightly extend discussions on auto and move the content of the Pit falls wik...Gravatar Gael Guennebaud2019-01-30
* | According to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89101, the previous...Gravatar Gael Guennebaud2019-01-30
* | ARM64 & GEBP: add specialization for double +30% speed upGravatar Gael Guennebaud2019-01-30
* | ARM64 & GEBP: Make use of vfmaq_laneq_f32 and workaround GCC's issue in gener...Gravatar Gael Guennebaud2019-01-30
* | Hide some annoying unused variable warnings in g++8.1Gravatar Christoph Hertzberg2019-01-29
* | Add recent gemm related changesets and various cleanups in perf-monitoringGravatar Gael Guennebaud2019-01-29
* | bug #1669: fix PartialPivLU/inverse with zero-sized matrices.Gravatar Gael Guennebaud2019-01-29
* | Fix compilation with c++03 (local class cannot be template arguments), and ma...Gravatar Gael Guennebaud2019-01-29
* | bug #1574: implement "sparse_matrix =,+=,-= diagonal_matrix" with smart inser...Gravatar Gael Guennebaud2019-01-28
* | Move evaluator<SparseCompressedBase>::find(i,j) to a more general and reusabl...Gravatar Gael Guennebaud2019-01-28
* | bug #1672: fix unit test compilation with MSVC by adding overloads of test_is...Gravatar Gael Guennebaud2019-01-28
* | Renaming even more `I` identifiersGravatar Christoph Hertzberg2019-01-26
* | Renaming some more `I` identifiersGravatar Christoph Hertzberg2019-01-26
* | Fix compilation error in NEON GEBP specializaition of madd.Gravatar Rasmus Munk Larsen2019-01-25
* | Avoid `I` as an identifier, since it may clash with the C-header complex.hGravatar Christoph Hertzberg2019-01-25
* | cleanupGravatar Gael Guennebaud2019-01-24
* | More thoroughly check variadic template ctor of fixed-size vectorsGravatar Gael Guennebaud2019-01-24
* | PR 574: use variadic template instead of initializer_list to implement fixed-...Gravatar David Tellenbach2019-01-23
* | Tell doxygen that cxx11 math is availableGravatar Christoph Hertzberg2019-01-24
* | Bypass inline asm for non compatible compilers.Gravatar Gael Guennebaud2019-01-23
* | Fix name of tutorial snippet.Gravatar Christoph Hertzberg2019-01-23
* | Cleanup SFINAE in Array/Matrix(initializer_list) ctors and minor doc editing.Gravatar Gael Guennebaud2019-01-22
* | PR 572: Add initializer list constructors to Matrix and Array (include unit t...Gravatar David Tellenbach2019-01-21
* | Add more extensive tests of Array ctors, including {} variantsGravatar Gael Guennebaud2019-01-22
* | Replace host_define.h with cuda_runtime_api.hGravatar nluehr2019-01-18
* | Fix compilation of unit tests with gcc and c++17Gravatar Gael Guennebaud2019-01-18
* | Mask unused-parameter warnings, when building with NDEBUGGravatar Christoph Hertzberg2019-01-18
* | Add missing logical packet ops for GPU and NEON.Gravatar Rasmus Munk Larsen2019-01-17
* | After fixing bug #1557, boostmultiprec_7 failed with NumericalIssue instead o...Gravatar Christoph Hertzberg2019-01-17
* | Remove some useless const_castGravatar Gael Guennebaud2019-01-17
* | Make nestByValue works again (broken since 3.3) and add unit tests.Gravatar Gael Guennebaud2019-01-17
* | Extend reshaped unit tests and remove useless const_castGravatar Gael Guennebaud2019-01-17
* | Cleanup useless const_cast and add missing broadcast assignment testsGravatar Gael Guennebaud2019-01-17
* | Make FullPivLU use conjugateIf<>Gravatar Gael Guennebaud2019-01-17
* | Boosttest only available for Boost version >= 1.53.0Gravatar Patrick Peltzer2019-01-17
* | PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
* | Add conjugateIf<bool> members to DesneBase, TriangularView, SelfadjointView, ...Gravatar Gael Guennebaud2019-01-17
* | Doc: remove link to porting guideGravatar Gael Guennebaud2019-01-17
* | Doc: add manual page on STL iteratorsGravatar Gael Guennebaud2019-01-17
* | bug #1646: fix false aliasing detection for A.row(0) = A.col(0);Gravatar Gael Guennebaud2019-01-17
* | Fix compilation error for logical packet ops with older compilers.Gravatar Rasmus Munk Larsen2019-01-16
* | Fix flaky test for tensor fft.Gravatar Rasmus Munk Larsen2019-01-16