aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* updates based on PR feedbackGravatar Deven Desai2018-06-14
* moving Half headers from CUDA dir to GPU dir, removing the HIP versionsGravatar Deven Desai2018-06-13
* syncing this fork with upstreamGravatar Deven Desai2018-06-13
|\
| * Merged in mfigurnov/eigen/gamma-der-a (pull request PR-403)Gravatar Benoit Steiner2018-06-11
| |\
| * | bug #1531: expose NumDimensions for solve and sparse expressions.Gravatar Gael Guennebaud2018-06-08
| * | bug #1531: expose NumDimensions for compatibility with TensorGravatar Gael Guennebaud2018-06-08
| * | bug #1550: prevent avoidable memory allocation in RealSchurGravatar Gael Guennebaud2018-06-08
| * | Don't use std::equal_to inside cuda kernels since it's not supported.Gravatar Benoit Steiner2018-06-07
| * | Missing line during manual rebase of PR-374Gravatar Christoph Hertzberg2018-06-07
| | * Merge from eigen/eigenGravatar Michael Figurnov2018-06-07
| | |\
| | * | Derivative of the incomplete Gamma function and the sample of a Gamma random ...Gravatar Michael Figurnov2018-06-06
* | | | Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
| |/ / |/| |
| * | Adding EIGEN_DEVICE_FUNC to Products, especially Dense2Dense AssignmentGravatar Robert Lukierski2018-03-14
| |/
| * Fix warningGravatar Gael Guennebaud2018-06-07
| * Fix MSVC warning C4290: C++ exception specification ignored except to indicat...Gravatar Gael Guennebaud2018-06-07
| * Avoid unnecessary C++11 dependencyGravatar Christoph Hertzberg2018-06-07
| * Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
| * Set EIGEN_IDEAL_MAX_ALIGN_BYTES correctly for AVX512 buildsGravatar Mark D Ryan2018-05-17
| * Fix compilation with MSVC by reverting to char* for _mm_prefetch except for P...Gravatar Gael Guennebaud2018-06-07
|/
* Exponentially scaled modified Bessel functions of order zero and one.Gravatar Michael Figurnov2018-05-31
* Define pcast<> for SSE types even when AVX is enabled. (otherwise float are s...Gravatar Gael Guennebaud2018-05-29
* Fix compilation and SSE support with PGI compilerGravatar Gael Guennebaud2018-05-29
* Fix internal::is_integral<size_t/ptrdiff_t> with MSVC 2013 and older.Gravatar Gael Guennebaud2018-05-22
* Workaround a MSVC 2013 compilation issue with MatrixBase(Index,int)Gravatar Gael Guennebaud2018-05-22
* fix stupid typoGravatar Gael Guennebaud2018-05-18
* is_convertible<T,Index> does not seems to work well with MSVC 2013, so let's ...Gravatar Gael Guennebaud2018-05-18
* add some internal checksGravatar Gael Guennebaud2018-05-18
* Make sparse QR result sizes consistent with dense QR, with the following rules:Gravatar Jeff Trull2018-02-15
* bug #1544: Generate correct Q matrix in complex case. Original patch was by J...Gravatar Christoph Hertzberg2018-05-17
* Fix "suggest parentheses around comparison" warningGravatar Christoph Hertzberg2018-05-15
* Fix compilation with NEON+MSVCGravatar Gael Guennebaud2018-04-26
* Add multi-threading for sparse-row-major * dense-row-majorGravatar Gael Guennebaud2018-04-25
* bug #1428: atempt to make NEON vectorization compilable by MSVC.Gravatar Gael Guennebaud2018-04-24
* fix AVX512 plogGravatar Benoit Steiner2018-04-23
|\
* | Add specializations of is_arithmetic for long long in c++11Gravatar Gael Guennebaud2018-04-23
* | workaround MSVC 2013 compilation issue (ambiguous call)Gravatar Gael Guennebaud2018-04-23
* | typo in docGravatar Gael Guennebaud2018-04-23
* | bug #1543: fix linear indexing in generic block evaluation (this completes th...Gravatar Gael Guennebaud2018-04-23
* | Disable -Wshadow when compiling with g++Gravatar Christoph Hertzberg2018-04-21
| * fix AVX512 plogGravatar Jayaram Bobba2018-04-20
|/
* fix const cast in NEONGravatar Gael Guennebaud2018-04-18
* Cast zeros to Scalar in RealSchurGravatar Dmitriy Korchemkin2018-04-18
* Renamed .trans() et al. to .reverseFlag() et at. Adapted documentation of .se...Gravatar Christoph Hertzberg2018-04-17
* Add a specialization of Eigen::numext::conj for std::complex<T> to be used wh...Gravatar nicolov2018-04-13
* bug #1493: Make representation of HouseholderSequence consistent and working ...Gravatar Christoph Hertzberg2018-04-15
* Make hypot_impl compile again for types with expression-templates (e.g., boos...Gravatar Christoph Hertzberg2018-04-13
* SelfAdjointView<...,Mode> causes a static assert since commit d820ab9edc0b38a...Gravatar Christoph Hertzberg2018-04-13
* fix linking issueGravatar Gael Guennebaud2018-04-13
* bug #1520: workaround some -Wfloat-equal warnings by calling std::equal_toGravatar Gael Guennebaud2018-04-11
* Umfpack: UF_long has been removed in recent versions of suitesparse, and fix ...Gravatar Gael Guennebaud2018-04-11