aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Fix some maybe-unitialized warningsGravatar Christoph Hertzberg2019-12-18
* Add default definition for EIGEN_PREDICT_*Gravatar Rasmus Munk Larsen2019-12-16
* Improve accuracy of fast approximate tanh and the logistic functions in Eigen...Gravatar Rasmus Munk Larsen2019-12-16
* Resolve double-promotion warnings when compiling with clang.Gravatar Christoph Hertzberg2019-12-13
* Bug 1785: fix pround on x86 to use the same rounding mode as std::round.Gravatar Ilya Tokar2019-12-12
* Clamp tanh approximation outside [-c, c] where c is the smallest value where ...Gravatar Rasmus Munk Larsen2019-12-12
* Fix implementation of complex expm1. Add tests that fail with previous implem...Gravatar Srinivas Vasudevan2019-12-12
* IO: Fixed printing of char and unsigned char matricesGravatar Joel Holdsworth2019-12-11
* Added Eigen::numext typedefs for uint8_t, int8_t, uint16_t and int16_tGravatar Joel Holdsworth2019-12-11
* Bug 1786: fix compilation with MSVCGravatar Gael Guennebaud2019-12-11
* Fix for HIP breakage detected on 191210Gravatar Deven Desai2019-12-10
* Update old links to bitbucket to point to gitlab.comGravatar Gael Guennebaud2019-12-04
* Merged in anshuljl/eigen-2/Anshul-Jaiswal/update-configurevectorizationh-to-n...Gravatar Rasmus Larsen2019-12-04
|\
* | Fix QuaternionBase::cast for quaternion map and wrapper.Gravatar Gael Guennebaud2019-12-03
* | bug #1776: fix vector-wise STL iterator's operator-> using a proxy as pointer...Gravatar Gael Guennebaud2019-12-03
* | Revert the specialization for scalar_logistic_op<float> introduced in:Gravatar Rasmus Munk Larsen2019-12-02
* | Merged in ezhulenev/eigen-02 (pull request PR-767)Gravatar Rasmus Larsen2019-12-02
|\ \
* | | Fix for the HIP build+test errors.Gravatar Deven Desai2019-12-02
* | | [SYCL] Rebasing the SYCL support branch on top of the Einge upstream master b...Gravatar Mehdi Goli2019-11-28
| * | Fix shadow warnings in AlignedBox and SparseBlockGravatar Eugene Zhulenev2019-11-27
|/ /
* | Add missing EIGEN_DEVICE_FUNC attribute to template specializations for pexp ...Gravatar Rasmus Munk Larsen2019-11-27
* | Fix warning due to missing cast for exponent arguments for std::frexp and std...Gravatar Rasmus Munk Larsen2019-11-26
* | SparseRef: Fixed alignment warning on ARM GCCGravatar Joel Holdsworth2019-11-07
| * Update ConfigureVectorization.h to not optimize fp16 routines when compiling ...Gravatar Anshul Jaiswal2019-11-06
* | COMP: Simplify install commands for EigenGravatar Hans Johnson2019-11-17
* | Fix duplicate symbol linking error.Gravatar Gael Guennebaud2019-11-20
* | STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
* | 1. Fix a bug in psqrt and make it return 0 for +inf arguments.Gravatar Rasmus Munk Larsen2019-11-15
* | bug #1744: fix compilation with MSVC 2017 and AVX512, plog1p/pexpm1 require p...Gravatar Gael Guennebaud2019-11-15
* | bug #1774: fix VectorwiseOp::begin()/end() return types regarding constness.Gravatar Gael Guennebaud2019-11-14
* | PR 751: Fixed compilation issue when compiling using MSVC with /arch:AVX512 flagGravatar Sakshi Goynar2019-10-31
* | Enable CompleteOrthogonalDecomposition::pseudoInverse with non-square fixed-s...Gravatar Gael Guennebaud2019-11-13
* | Disable AVX on broken xcode versions. See PR 748.Gravatar Gael Guennebaud2019-11-12
|/
* Add EIGEN_HAS_INTRINSIC_INT128 macroGravatar Rasmus Munk Larsen2019-11-06
* Rollback or PR-746 and partial rollback of https://bitbucket.org/eigen/eigen/...Gravatar Rasmus Munk Larsen2019-11-05
* Remove internal::smart_copy and replace with std::copyGravatar Eugene Zhulenev2019-10-29
* bug #1752: make is_convertible equivalent to the std c++11 equivalent and fal...Gravatar Gael Guennebaud2019-10-10
* Explicitly bypass resize and memmoves when there is already the exact right n...Gravatar Gael Guennebaud2019-10-08
* fix one more possible conflicts with real/imagGravatar Gael Guennebaud2019-10-08
* PR 719: fix real/imag namespace conflictGravatar Gael Guennebaud2019-10-08
* Address comments on Chebyshev evaluation code:Gravatar Rasmus Munk Larsen2019-10-02
* Prevent infinite loop in the nvcc compiler while unrolling the recurrent temp...Gravatar Rasmus Munk Larsen2019-10-01
* Fix perf issue in SimplicialLDLT::solve for complexes (again, m_diag is real)Gravatar Gael Guennebaud2019-10-01
* Fix speed issue with SimplicialLDLT for complexes: the diagonal is real!Gravatar Gael Guennebaud2019-09-30
* Move implementation of vectorized error function erf() to SpecialFunctionsImp...Gravatar Rasmus Munk Larsen2019-09-27
* Fix erf in c++03Gravatar Eugene Zhulenev2019-09-25
* Fix for the HIP build+test errors.Gravatar Deven Desai2019-09-25
* Merged in rmlarsen/eigen (pull request PR-704)Gravatar Rasmus Larsen2019-09-24
|\
* | Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* | bug #1746: Removed implementation of standard copy-constructor and standard c...Gravatar Christoph Hertzberg2019-09-24