aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* AVX512: implement faster ploadquad<Packet16f> thus speeding up GEMMGravatar Gael Guennebaud2019-02-21
* bug #1674: workaround clang fast-math aggressive optimizationsGravatar Gael Guennebaud2019-02-22
* Fix compilation on ARM.Gravatar Gael Guennebaud2019-02-22
* bug #1684: add simplified regression test for respective clang's bug (this al...Gravatar Gael Guennebaud2019-02-22
* Speed up col/row-wise reverse for fixed size matrices by propagating compile-...Gravatar Gael Guennebaud2019-02-21
* Add a few missing packet ops: cmp_eq for NEON. pfloor for GPU.Gravatar Rasmus Munk Larsen2019-02-21
* Add fully generic Vector<Type,Size> and RowVector<Type,Size> type aliases.Gravatar Gael Guennebaud2019-02-20
* Update documentation of Matrix and Array type aliases.Gravatar Gael Guennebaud2019-02-20
* Enable documentation of Array's typedefsGravatar Gael Guennebaud2019-02-20
* Protect c++11 type alias with Eigen's macro, and add respective unit test.Gravatar Gael Guennebaud2019-02-20
* Merged in ra_bauke/eigen (pull request PR-180)Gravatar Gael Guennebaud2019-02-20
|\
* | Fix compilation with gcc and remove TR1 stuff.Gravatar Gael Guennebaud2019-02-20
* | Update documentation regarding alignment issue.Gravatar Gael Guennebaud2019-02-20
* | bug #1409: make EIGEN_MAKE_ALIGNED_OPERATOR_NEW* macros empty in c++17 mode:Gravatar Gael Guennebaud2019-02-20
* | bug #899: make sparseqr unit test more stable by 1) trying with larger thresh...Gravatar Gael Guennebaud2019-02-19
* | bug #899: remove "rank-revealing" qualifier for SparseQR and warn that it is ...Gravatar Gael Guennebaud2019-02-19
* | Fix conversion warningsGravatar Gael Guennebaud2019-02-19
* | Fix C++17 compilationGravatar Gael Guennebaud2019-02-19
* | Fix incorrect value of NumDimensions in TensorContraction traits.Gravatar Rasmus Munk Larsen2019-02-19
* | Commas at the end of enumerator lists are not allowed in C++03Gravatar Christoph Hertzberg2019-02-19
* | fix unit compilation in c++17: std::ptr_fun has been removed.Gravatar Gael Guennebaud2019-02-19
* | Add C++17 detection macro, and make sure throw(xpr) is not used if the compil...Gravatar Gael Guennebaud2019-02-19
* | Fix conversion warningsGravatar Gael Guennebaud2019-02-19
* | bug #1046: add unit tests for correct propagation of alignment through std::a...Gravatar Gael Guennebaud2019-02-19
* | Fix harmless Scalar vs RealScalar cast.Gravatar Gael Guennebaud2019-02-18
* | Add unit test for LinSpaced and complex numbers.Gravatar Gael Guennebaud2019-02-18
* | bug #1194: implement slightly faster and SIMD friendly 4x4 determinant.Gravatar Gael Guennebaud2019-02-18
* | Fix regression: .conjugate() was popped out but not re-introduced.Gravatar Gael Guennebaud2019-02-18
* | Set cost of conjugate to 0 (in practice it boils down to a no-op).Gravatar Gael Guennebaud2019-02-18
* | GEMM: catch all scalar-multiple variants when falling-back to a coeff-based p...Gravatar Gael Guennebaud2019-02-18
* | Guard C++11-style default constructor. Also, this is only needed for MSVCGravatar Christoph Hertzberg2019-02-16
* | Add possibility to bench row-major lhs and rhsGravatar Gael Guennebaud2019-02-15
* | bug #1680: improve MSVC inlining by declaring many triavial constructors and ...Gravatar Gael Guennebaud2019-02-15
* | bug #1680: make all "block" methods strong-inline and device-functions (some ...Gravatar Gael Guennebaud2019-02-15
* | bug #1678: Fix lack of __FMA__ macro on MSVC with AVX512Gravatar Gael Guennebaud2019-02-15
* | bug #1678: workaround MSVC compilation issues with AVX512Gravatar Gael Guennebaud2019-02-15
* | bug #1679: avoid possible division by 0 in complex-schurGravatar Gael Guennebaud2019-02-15
* | Revert https://bitbucket.org/eigen/eigen/commits/b55b5c7280a0481f01fe5ec764d5...Gravatar Rasmus Munk Larsen2019-02-14
* | Merged in ezhulenev/eigen-01 (pull request PR-590)Gravatar Rasmus Larsen2019-02-14
|\ \
* | | Fix signed-unsigned return in RuqQueueGravatar Eugene Zhulenev2019-02-14
* | | Fix signed-unsigned comparison warning in RunQueueGravatar Eugene Zhulenev2019-02-14
| * | Do not generate no-op cast() and conjugate() expressionsGravatar Eugene Zhulenev2019-02-14
|/ /
* | Speedup Tensor ThreadPool RunQueu::Empty()Gravatar Eugene Zhulenev2019-02-13
* | Let's properly use Score instead of std::abs, and remove deprecated FIXME ( a...Gravatar Gael Guennebaud2019-02-11
* | Fix compilation of empty products of the form: Mx0 * 0xNGravatar Gael Guennebaud2019-02-11
* | Speed up 2x2 LU by a factor 2, and other small fixed sizes by about 10%.Gravatar Gael Guennebaud2019-02-11
* | Enable unit tests of PartialPivLU on fixed size matrices, and increase tested...Gravatar Gael Guennebaud2019-02-11
* | Speedup PartialPivLU for small matrices by passing compile-time sizes when av...Gravatar Gael Guennebaud2019-02-11
* | Add PacketConv implementation for non-vectorizable src expressionsGravatar Eugene Zhulenev2019-02-08
* | Optimize TensorConversion evaluator: do not convert same typeGravatar Eugene Zhulenev2019-02-08