aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Collapse)AuthorAge
* MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | Found using `codespell` and `grep` from downstream FreeCAD
* Adds missing EIGEN_STRONG_INLINE to support MSVC properly inlining small ↵Gravatar Basil Fierz2017-10-26
| | | | | | vector calculations When working with MSVC often small vector operations are not properly inlined. This behaviour is observed even on the most recent compiler versions.
* Merged in facaiy/eigen/ENH/exp_support_complex_for_gpu (pull request PR-359)Gravatar Benoit Steiner2018-03-23
|\ | | | | | | ENH: exp supports complex type for cuda
* \ Merged in dtrebbien/eigen (pull request PR-369)Gravatar Benoit Steiner2018-03-23
|\ \ | | | | | | | | | Move up the specialization of std::numeric_limits
* | | Add static assertion for fixed sizes Ref<>Gravatar Gael Guennebaud2018-03-09
| | |
* | | Implement better static assertion checking to make sure that the first ↵Gravatar Gael Guennebaud2018-03-09
| | | | | | | | | | | | assertion is a static one and not a runtime one.
* | | Add static assertion on selfadjoint-view's UpLo parameter.Gravatar Gael Guennebaud2018-03-09
| | |
| * | Move up the specialization of std::numeric_limitsGravatar Daniel Trebbien2018-02-18
| | | | | | | | | | | | | | | This fixes a compilation error seen when building TensorFlow on macOS: https://github.com/tensorflow/tensorflow/issues/17067
* | | Fix implicit conversion from 0.0 to scalarGravatar Gael Guennebaud2018-02-16
| | |
* | | bug #1517: fix triangular product with unit diagonal and nested scaling ↵Gravatar Gael Guennebaud2018-02-09
| | | | | | | | | | | | factor: (s*A).triangularView<UpperUnit>()*B
* | | Fix linear indexing in generic block evaluation.Gravatar Gael Guennebaud2018-02-09
| | |
* | | Fix typoGravatar Gael Guennebaud2018-02-09
|/ /
* | bug #1412: fix compilation with nvcc+MSVCGravatar Gael Guennebaud2018-01-17
| |
| * ENH: exp supports complex type for cudaGravatar Yan Facai (颜发才)2018-01-04
| |
* | Fix incorrect ldvt in LAPACKE call from JacobiSVDGravatar Eugene Chereshnev2018-01-03
| |
* | Fix gcc7 warningGravatar Gael Guennebaud2018-01-09
|/
* For cuda 9.1 replace math_functions.hpp with cuda_runtime.hGravatar nluehr2017-12-18
|
* Fix compilation of stableNorm with some expressions as inputGravatar Gael Guennebaud2017-12-15
|
* Add possibility to overwrite EIGEN_STRONG_INLINE.Gravatar Gael Guennebaud2017-12-14
|
* Fix packet and alignment propagation logic of Block<Xpr> expressions. In ↵Gravatar Gael Guennebaud2017-12-14
| | | | particular, (A+B).col(j) lost vectorisation.
* Replace __float2half_rn with __float2halfGravatar nluehr2017-11-28
| | | | The latter provides a consistent definition for CUDA 8.0 and 9.0.
* clarify Pastix requirementsGravatar Gael Guennebaud2017-11-27
|
* silent MSVC warningGravatar Gael Guennebaud2017-11-27
|
* Fix incorrect integer cast in predux<half2>().Gravatar nluehr2017-11-21
| | | | Bug corrupts results on Maxwell and earlier GPU architectures.
* bug #1479: fix failure detection in LDLTGravatar Gael Guennebaud2017-11-16
|
* bug #1485: fix linking issue of non template functionsGravatar Gael Guennebaud2017-11-15
|
* Move KLU support to officialGravatar Gael Guennebaud2017-11-10
|
* Merged in spraetor/eigen (pull request PR-305)Gravatar Gael Guennebaud2017-11-10
|\ | | | | | | Issue with mpreal and std::numeric_limits::digits
* \ Merged in carpent/eigen (pull request PR-342)Gravatar Gael Guennebaud2017-11-10
|\ \ | | | | | | | | | Use col method for column-major matrix
* | | Add EIGEN_MKL_NO_DIRECT_CALL optionGravatar Gael Guennebaud2017-11-09
| | |
* | | Patch from Konstantin Arturov to enable MKL's direct call by defaultGravatar Gael Guennebaud2017-11-09
| | |
* | | Fix issue with boost::multiprec in previous commitGravatar Gael Guennebaud2017-11-08
| | |
* | | Improve debugging tests and output in BDCSVDGravatar Gael Guennebaud2017-11-08
| | |
* | | Fix overflow issues in BDCSVDGravatar Gael Guennebaud2017-11-08
| | |
* | | Merged in guillaume_michel/eigen (pull request PR-334)Gravatar Christoph Hertzberg2017-10-23
| | | | | | | | | | | | - Add support for NEON plog PacketMath function
* | | Merged in ↵Gravatar Benoit Steiner2017-10-21
|\ \ \ | | | | | | | | | | | | | | | | | | | | LaFeuille/eigen-1/LaFeuille/typo-fix-alignmeent-alignment-1505889397887 (pull request PR-335) Typo fix alignmeent ->alignment
* | | | Restore `__device__`Gravatar Henry Schreiner2017-10-21
| | | |
* | | | Fixing missing inlines on device functions for newer CUDA cardsGravatar Henry Schreiner2017-10-20
| | | |
| | * | Use col method for column-major matrixGravatar Justin Carpentier2017-10-17
| |/ / |/| |
* | | remove debuggingGravatar Konstantinos Margaritis2017-10-12
| | |
* | | Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2017-10-12
|\ \ \
* | | | rollback 374f750ad4708408a1255a98964719fd598b0659Gravatar Konstantinos Margaritis2017-10-12
| | | |
* | | | explicitly set conjugate maskGravatar Konstantinos Margaritis2017-10-11
| | | |
* | | | added some extra debuggingGravatar Konstantinos Margaritis2017-10-11
| | | |
* | | | some Packet2cf pmul fixesGravatar Konstantinos Margaritis2017-10-11
| | | |
* | | | initial pexp() for 32-bit floats, commented out due to vec_cts()Gravatar Konstantinos Margaritis2017-10-11
| | | |
* | | | initial pexp() for 32-bit floats, commented out due to vec_cts()Gravatar Konstantinos Margaritis2017-10-11
| | | |
* | | | fix predux_mul for z14/floatGravatar Konstantinos Margaritis2017-10-10
| | | |
* | | | eliminate 'enumeral and non-enumeral type in conditional expression' warningGravatar Konstantinos Margaritis2017-10-09
| | | |
* | | | complete z14 portGravatar Konstantinos Margaritis2017-10-09
| | | |