| Commit message (Expand) | Author | Age |
* | bug #1707: Fix deprecation warnings, or disable warnings when testing depreca... | Christoph Hertzberg | 2019-05-10 |
* | Add masked_store_available to unpacket_traits | Eugene Zhulenev | 2019-05-02 |
* | Add masked pstoreu to AVX and AVX512 PacketMath | Eugene Zhulenev | 2019-05-02 |
* | Adding lowlevel APIs for optimized RHS packet load in TensorFlow | Anuj Rawat | 2019-04-20 |
* | fix unit test in c++03: c++03 does not allow passing local or anonymous enum ... | Gael Guennebaud | 2019-03-18 |
* | bug #1692: enable enum as sizes of Matrix and Array | Gael Guennebaud | 2019-03-17 |
* | Remove undefined std::complex<int> | David Tellenbach | 2019-03-14 |
* | PR 593: Add variadtic ctor for DiagonalMatrix with unit tests | David Tellenbach | 2019-03-14 |
* | revert debug stuff | Gael Guennebaud | 2019-03-14 |
* | bug #1684: partially workaround clang's 6/7 bug #40815 | Gael Guennebaud | 2019-03-13 |
* | Enable construction of Ref<VectorType> from a runtime vector. | Gael Guennebaud | 2019-03-03 |
* | bug #1684: add simplified regression test for respective clang's bug (this al... | Gael Guennebaud | 2019-02-22 |
* | Add fully generic Vector<Type,Size> and RowVector<Type,Size> type aliases. | Gael Guennebaud | 2019-02-20 |
* | Protect c++11 type alias with Eigen's macro, and add respective unit test. | Gael Guennebaud | 2019-02-20 |
* | Fix compilation with gcc and remove TR1 stuff. | Gael Guennebaud | 2019-02-20 |
* | bug #1409: make EIGEN_MAKE_ALIGNED_OPERATOR_NEW* macros empty in c++17 mode: | Gael Guennebaud | 2019-02-20 |
* | bug #899: make sparseqr unit test more stable by 1) trying with larger thresh... | Gael Guennebaud | 2019-02-19 |
* | Fix C++17 compilation | Gael Guennebaud | 2019-02-19 |
* | fix unit compilation in c++17: std::ptr_fun has been removed. | Gael Guennebaud | 2019-02-19 |
* | bug #1046: add unit tests for correct propagation of alignment through std::a... | Gael Guennebaud | 2019-02-19 |
* | Add unit test for LinSpaced and complex numbers. | Gael Guennebaud | 2019-02-18 |
* | Fix regression: .conjugate() was popped out but not re-introduced. | Gael Guennebaud | 2019-02-18 |
* | Set cost of conjugate to 0 (in practice it boils down to a no-op). | Gael Guennebaud | 2019-02-18 |
* | GEMM: catch all scalar-multiple variants when falling-back to a coeff-based p... | Gael Guennebaud | 2019-02-18 |
* | Enable unit tests of PartialPivLU on fixed size matrices, and increase tested... | Gael Guennebaud | 2019-02-11 |
* | bug #1669: fix PartialPivLU/inverse with zero-sized matrices. | Gael Guennebaud | 2019-01-29 |
* | bug #1574: implement "sparse_matrix =,+=,-= diagonal_matrix" with smart inser... | Gael Guennebaud | 2019-01-28 |
* | bug #1672: fix unit test compilation with MSVC by adding overloads of test_is... | Gael Guennebaud | 2019-01-28 |
* | Avoid `I` as an identifier, since it may clash with the C-header complex.h | Christoph Hertzberg | 2019-01-25 |
* | More thoroughly check variadic template ctor of fixed-size vectors | Gael Guennebaud | 2019-01-24 |
* | PR 572: Add initializer list constructors to Matrix and Array (include unit t... | David Tellenbach | 2019-01-21 |
* | Add more extensive tests of Array ctors, including {} variants | Gael Guennebaud | 2019-01-22 |
* | Fix compilation of unit tests with gcc and c++17 | Gael Guennebaud | 2019-01-18 |
* | After fixing bug #1557, boostmultiprec_7 failed with NumericalIssue instead o... | Christoph Hertzberg | 2019-01-17 |
* | Make nestByValue works again (broken since 3.3) and add unit tests. | Gael Guennebaud | 2019-01-17 |
* | Extend reshaped unit tests and remove useless const_cast | Gael Guennebaud | 2019-01-17 |
* | Cleanup useless const_cast and add missing broadcast assignment tests | Gael Guennebaud | 2019-01-17 |
* | Boosttest only available for Boost version >= 1.53.0 | Patrick Peltzer | 2019-01-17 |
* | PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). | Patrick Peltzer | 2019-01-17 |
* | Add conjugateIf<bool> members to DesneBase, TriangularView, SelfadjointView, ... | Gael Guennebaud | 2019-01-17 |
* | Remove Eigen2ToEigen3 migration page (obsolete since 3.3) | Gael Guennebaud | 2019-01-16 |
* | bug #1617: add unit tests for empty triangular solve. | Gael Guennebaud | 2019-01-16 |
* | bug #1646: disable aliasing detection for empty and 1x1 expression | Gael Guennebaud | 2019-01-16 |
* | Make Transform::rotation() an alias to Transform::linear() in the case of an ... | Gael Guennebaud | 2019-01-15 |
* | Enable visitor on empty matrices (the visitor is left unchanged), and protect... | Gael Guennebaud | 2019-01-15 |
* | bug #1592: makes partial min/max reductions trigger an assertion on inputs wi... | Gael Guennebaud | 2019-01-15 |
* | Fix detection of vector-at-time: use Rows/Cols instead of MaxRow/MaxCols. | Gael Guennebaud | 2019-01-15 |
* | fix always true warning with gcc 4.7 | Gael Guennebaud | 2019-01-15 |
* | cleanup | Gael Guennebaud | 2019-01-15 |
* | Merged eigen/eigen into default | Rasmus Larsen | 2019-01-14 |
|\ |
|