Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bug #1517: fix triangular product with unit diagonal and nested scaling ↵ | Gael Guennebaud | 2018-02-09 |
| | | | | factor: (s*A).triangularView<UpperUnit>()*B | ||
* | Fix linear indexing in generic block evaluation. | Gael Guennebaud | 2018-02-09 |
| | |||
* | Fix typo | Gael Guennebaud | 2018-02-09 |
| | |||
* | bug #1412: fix compilation with nvcc+MSVC | Gael Guennebaud | 2018-01-17 |
| | |||
* | Fix incorrect ldvt in LAPACKE call from JacobiSVD | Eugene Chereshnev | 2018-01-03 |
| | |||
* | Fix gcc7 warning | Gael Guennebaud | 2018-01-09 |
| | |||
* | For cuda 9.1 replace math_functions.hpp with cuda_runtime.h | nluehr | 2017-12-18 |
| | |||
* | Fix compilation of stableNorm with some expressions as input | Gael Guennebaud | 2017-12-15 |
| | |||
* | Add possibility to overwrite EIGEN_STRONG_INLINE. | Gael Guennebaud | 2017-12-14 |
| | |||
* | Fix packet and alignment propagation logic of Block<Xpr> expressions. In ↵ | Gael Guennebaud | 2017-12-14 |
| | | | | particular, (A+B).col(j) lost vectorisation. | ||
* | Replace __float2half_rn with __float2half | nluehr | 2017-11-28 |
| | | | | The latter provides a consistent definition for CUDA 8.0 and 9.0. | ||
* | clarify Pastix requirements | Gael Guennebaud | 2017-11-27 |
| | |||
* | silent MSVC warning | Gael Guennebaud | 2017-11-27 |
| | |||
* | Fix incorrect integer cast in predux<half2>(). | nluehr | 2017-11-21 |
| | | | | Bug corrupts results on Maxwell and earlier GPU architectures. | ||
* | bug #1479: fix failure detection in LDLT | Gael Guennebaud | 2017-11-16 |
| | |||
* | bug #1485: fix linking issue of non template functions | Gael Guennebaud | 2017-11-15 |
| | |||
* | Move KLU support to official | Gael Guennebaud | 2017-11-10 |
| | |||
* | Merged in spraetor/eigen (pull request PR-305) | Gael Guennebaud | 2017-11-10 |
|\ | | | | | | | Issue with mpreal and std::numeric_limits::digits | ||
* \ | Merged in carpent/eigen (pull request PR-342) | Gael Guennebaud | 2017-11-10 |
|\ \ | | | | | | | | | | Use col method for column-major matrix | ||
* | | | Add EIGEN_MKL_NO_DIRECT_CALL option | Gael Guennebaud | 2017-11-09 |
| | | | |||
* | | | Patch from Konstantin Arturov to enable MKL's direct call by default | Gael Guennebaud | 2017-11-09 |
| | | | |||
* | | | Fix issue with boost::multiprec in previous commit | Gael Guennebaud | 2017-11-08 |
| | | | |||
* | | | Improve debugging tests and output in BDCSVD | Gael Guennebaud | 2017-11-08 |
| | | | |||
* | | | Fix overflow issues in BDCSVD | Gael Guennebaud | 2017-11-08 |
| | | | |||
* | | | Merged in guillaume_michel/eigen (pull request PR-334) | Christoph Hertzberg | 2017-10-23 |
| | | | | | | | | | | | | - Add support for NEON plog PacketMath function | ||
* | | | Merged in ↵ | Benoit Steiner | 2017-10-21 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | LaFeuille/eigen-1/LaFeuille/typo-fix-alignmeent-alignment-1505889397887 (pull request PR-335) Typo fix alignmeent ->alignment | ||
* | | | | Restore `__device__` | Henry Schreiner | 2017-10-21 |
| | | | | |||
* | | | | Fixing missing inlines on device functions for newer CUDA cards | Henry Schreiner | 2017-10-20 |
| | | | | |||
| | * | | Use col method for column-major matrix | Justin Carpentier | 2017-10-17 |
| |/ / |/| | | |||
* | | | remove debugging | Konstantinos Margaritis | 2017-10-12 |
| | | | |||
* | | | Merged eigen/eigen into default | Konstantinos Margaritis | 2017-10-12 |
|\ \ \ | |||
* | | | | rollback 374f750ad4708408a1255a98964719fd598b0659 | Konstantinos Margaritis | 2017-10-12 |
| | | | | |||
* | | | | explicitly set conjugate mask | Konstantinos Margaritis | 2017-10-11 |
| | | | | |||
* | | | | added some extra debugging | Konstantinos Margaritis | 2017-10-11 |
| | | | | |||
* | | | | some Packet2cf pmul fixes | Konstantinos Margaritis | 2017-10-11 |
| | | | | |||
* | | | | initial pexp() for 32-bit floats, commented out due to vec_cts() | Konstantinos Margaritis | 2017-10-11 |
| | | | | |||
* | | | | initial pexp() for 32-bit floats, commented out due to vec_cts() | Konstantinos Margaritis | 2017-10-11 |
| | | | | |||
* | | | | fix predux_mul for z14/float | Konstantinos Margaritis | 2017-10-10 |
| | | | | |||
* | | | | eliminate 'enumeral and non-enumeral type in conditional expression' warning | Konstantinos Margaritis | 2017-10-09 |
| | | | | |||
* | | | | complete z14 port | Konstantinos Margaritis | 2017-10-09 |
| | | | | |||
| * | | | bug #1472: fix warning | Gael Guennebaud | 2017-09-26 |
| | | | | |||
| * | | | bug #1468 (1/2) : add missing std:: to memcpy | Gael Guennebaud | 2017-09-22 |
| | | | | |||
| * | | | Add link to a useful example. | Gael Guennebaud | 2017-09-20 |
| | | | | |||
| * | | | Update documentation for aligned_allocator | Gael Guennebaud | 2017-09-20 |
| | | | | |||
| | * | | Typo fix alignmeent ->alignment | LaFeuille | 2017-09-20 |
| |/ / | |||
| * | | clang provides __has_feature(is_enum) (but not <type_traits>) in C++03 mode | Christoph Hertzberg | 2017-09-14 |
| | | | |||
| * | | std::integral_constant is not C++03 compatible | Christoph Hertzberg | 2017-09-14 |
| | | | |||
| * | | Fix compilation of Vector::operator()(enum) by treating enums as Index | Gael Guennebaud | 2017-09-07 |
| | | | |||
| * | | Fixed compilation with cuda_clang. | Benoit Steiner | 2017-09-07 |
| | | | |||
| * | | Add C++11 max_digits10 for half. | Gael Guennebaud | 2017-09-06 |
| | | |