aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src
Commit message (Expand)AuthorAge
* Rewrite balancer to avoid overflows.Gravatar Antonio Sanchez2021-06-21
* Modify googlehash use to account for namespace issues.Gravatar Antonio Sanchez2021-04-12
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Fixed output of complex matricesGravatar Jens Wehner2021-03-15
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* Fix some enum-enum conversion warningsGravatar Christoph Hertzberg2021-02-27
* Fix double-promotion warningsGravatar Christoph Hertzberg2021-02-27
* Idrs iterative linear solverGravatar Jens Wehner2021-02-27
* Some improvements for kissfft from Martin Reinecke(pocketfft author):Gravatar Guoqiang QI2021-02-24
* Return nan at poles of polygamma, digamma, and zeta if limit is not definedGravatar frgossen2021-02-19
* Remove vim specific comments to recognoize correct file-type.Gravatar David Tellenbach2021-02-09
* add specialization of check_sparse_solving() for SuperLU solver, in order to ...Gravatar Ralf Hannemann-Tamas2021-02-08
* Remove std::cerr in iterative solver since we don't have iostream.Gravatar David Tellenbach2021-01-21
* Fix bad NEON fp16 checkGravatar Antonio Sanchez2020-12-04
* Special function implementations for half/bfloat16 packets.Gravatar Antonio Sanchez2020-12-04
* Add EIGEN prefix for HAS_LGAMMA_RGravatar David Tellenbach2020-10-08
* Use lgamma_r if it is available (update check for glibc 2.19+)Gravatar Eugene Zhulenev2020-10-08
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* Update MarketIO.hGravatar Cédric Hubert2020-02-28
* fix hip-clang compilation due to new HIP scalar accessorGravatar Jeff Daily2020-01-20
* Fix for HIP breakage - 200115. Adding a missing EIGEN_DEVICE_FUNC attrGravatar Deven Desai2020-01-16
* Ensure Igamma does not NaN or Inf for large values.Gravatar Srinivas Vasudevan2020-01-14
* Properly initialize b vector in SplineFittingGravatar Matthew Powelson2020-01-09
* Bug #1796: Make matrix squareroot usable for Map and Ref typesGravatar Christoph Hertzberg2019-12-20
* Reduce code duplication and avoid confusing DoxygenGravatar Christoph Hertzberg2019-12-19
* fix compilation due to new HIP scalar accessorGravatar Jeff Daily2019-12-17
* STYLE: Convert CMake-language commands to lower caseGravatar Hans Johnson2019-10-31
* bug #1747: one more fix for MSVC regarding the Bessel implementation.Gravatar Gael Guennebaud2019-11-15
* bug #1281: fix AutoDiffScalar's make_coherent for nested expression of consta...Gravatar Gael Guennebaud2019-11-14
* bug #1747: fix compilation with MSVCGravatar Gael Guennebaud2019-10-14
* Implement c++03 compatible fix for changeset 7a43af1a335da2c0489b4119a33ee1cb...Gravatar Gael Guennebaud2019-10-09
* Use "pdiv" rather than operator/ to support packet types.Gravatar Rasmus Munk Larsen2019-10-04
* Move implementation of vectorized error function erf() to SpecialFunctionsImp...Gravatar Rasmus Munk Larsen2019-09-27
* 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
|\
| * Add TODO to cleanup FMA cost modelling.Gravatar Rasmus Munk Larsen2019-09-24
* | Fix implicit conversion warnings and use pnegate to negate packetsGravatar Christoph Hertzberg2019-09-23
| * Add generic PacketMath implementation of the Error Function (erf).Gravatar Rasmus Munk Larsen2019-09-19
|/
* Merging eigen/eigen.Gravatar Srinivas Vasudevan2019-09-16
|\
* | Add Bessel functions to SpecialFunctions.Gravatar Srinivas Vasudevan2019-09-14
|/
* Add packetized versions of i0e and i1e special functions.Gravatar Srinivas Vasudevan2019-09-11
* Fix for the HIP build+test errors introduced by the ndtri support.Gravatar Deven Desai2019-09-06
* PR 681: Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
* [SYCL] :Gravatar Mehdi Goli2019-07-01
* Use pade for matrix exponential also for complex values.Gravatar Michael Tesch2019-05-08
* Fix doxygen warnings to enable statis code analysisGravatar Eugene Zhulenev2019-04-24
* Fix include guard commentsGravatar David Tellenbach2019-03-15
* Change license from LGPL to MPL2 with agreement from David Harmon.Gravatar Gael Guennebaud2019-03-07
* Fix conversion warningsGravatar Gael Guennebaud2019-02-19