aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* 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
|\
* \ Merged in carpent/eigen (pull request PR-342)Gravatar Gael Guennebaud2017-11-10
|\ \
* | | 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
* | | Merged in LaFeuille/eigen-1/LaFeuille/typo-fix-alignmeent-alignment-150588939...Gravatar Benoit Steiner2017-10-21
|\ \ \
* | | | 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
| * | | bug #1472: fix warningGravatar Gael Guennebaud2017-09-26
| * | | bug #1468 (1/2) : add missing std:: to memcpyGravatar Gael Guennebaud2017-09-22
| * | | Add link to a useful example.Gravatar Gael Guennebaud2017-09-20
| * | | Update documentation for aligned_allocatorGravatar Gael Guennebaud2017-09-20
| | * | Typo fix alignmeent ->alignmentGravatar LaFeuille2017-09-20
| |/ /
| * | clang provides __has_feature(is_enum) (but not <type_traits>) in C++03 modeGravatar Christoph Hertzberg2017-09-14
| * | std::integral_constant is not C++03 compatibleGravatar Christoph Hertzberg2017-09-14
| * | Fix compilation of Vector::operator()(enum) by treating enums as IndexGravatar Gael Guennebaud2017-09-07
| * | Fixed compilation with cuda_clang.Gravatar Benoit Steiner2017-09-07
| * | Add C++11 max_digits10 for half.Gravatar Gael Guennebaud2017-09-06
| * | Implement true compile-time "if" for apply_rotation_in_the_plane. This fixes ...Gravatar Gael Guennebaud2017-09-06
| * | Fix mixing types in sparse matrix products.Gravatar Gael Guennebaud2017-09-02
| * | Added support for CUDA 9.0.Gravatar Benoit Steiner2017-08-31
* | | Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2017-08-24
|\| |
| * | bug #1462: remove all occurences of the deprecated __CUDACC_VER__ macro by in...Gravatar Gael Guennebaud2017-08-24
| * | Make the threshold from gemm to coeff-based-product configurable, and add som...Gravatar Gael Guennebaud2017-08-24
| * | bug #336: improve doc for PlainObjectBase::MapGravatar Gael Guennebaud2017-08-22
| * | Add missing scalar conversionGravatar Gael Guennebaud2017-08-22
| * | bug #1457: add setUnit() methods for consistency.Gravatar Gael Guennebaud2017-08-22
| * | bug #1461: fix compilation of Map<const Quaternion>::x()Gravatar Gael Guennebaud2017-08-22
| * | Merged in dtrebbien/eigen/patch-1 (pull request PR-312)Gravatar Gael Guennebaud2017-08-22
| * | Doc: warn about constness in LLT::solveInPlaceGravatar Gael Guennebaud2017-08-22
* | | initial support for z14Gravatar Konstantinos Margaritis2017-08-06
| | * Issue with mpreal and std::numeric_limits, i.e. digits is not a constant. Add...Gravatar Simon Praetorius2017-03-24
| * | LLT: const the arg to solveInPlace() to allow passing .transpose(), .block(),...Gravatar Jim Radford2017-01-04