aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* bug #1550: prevent avoidable memory allocation in RealSchurGravatar Gael Guennebaud2018-06-08
* fix prototypeGravatar Gael Guennebaud2018-06-08
* Fix the way matrix folder is passed to the tests.Gravatar 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
* Adding EIGEN_DEVICE_FUNC to Products, especially Dense2Dense AssignmentGravatar Robert Lukierski2018-03-14
* Merged in mfigurnov/eigen/fix-bessel (pull request PR-404)Gravatar Benoit Steiner2018-06-07
|\
| * Merge from eigen/eigen.Gravatar Michael Figurnov2018-06-07
| |\ | |/ |/|
* | Fiw some warnings in dox examplesGravatar Gael Guennebaud2018-06-07
* | Fix int versus IndexGravatar Gael Guennebaud2018-06-07
* | Fix warningGravatar Gael Guennebaud2018-06-07
* | Fix warningGravatar Gael Guennebaud2018-06-07
* | Fix MSVC warning C4290: C++ exception specification ignored except to indicat...Gravatar Gael Guennebaud2018-06-07
| * Fix compilation of special functions without C99 math.Gravatar Michael Figurnov2018-06-07
* | Fix short vs longGravatar 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
* | Performance improvements to tensor broadcast operationGravatar Vamsi Sripathi2018-05-23
* | Fix compilation with MSVC by reverting to char* for _mm_prefetch except for P...Gravatar Gael Guennebaud2018-06-07
|/
* Merged in mfigurnov/eigen (pull request PR-400)Gravatar Benoit Steiner2018-06-05
|\
* | Add a ThreadPoolInterface* getter for ThreadPoolDevice.Gravatar Penporn Koanantakool2018-06-02
* | Don't run hg on non mercurial cloneGravatar Gael Guennebaud2018-05-31
| * Exponentially scaled modified Bessel functions of order zero and one.Gravatar Michael Figurnov2018-05-31
|/
* Doc: add aliasing in common pitfaffs.Gravatar Gael Guennebaud2018-05-29
* Hyperlink DOIs against preferred resolverGravatar Katrin Leinweber2018-05-24
* Search for sequential Pastix.Gravatar Gael Guennebaud2018-05-29
* Fix handling of path names containing spaces and the likes.Gravatar Gael Guennebaud2018-05-29
* 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
* Add an option to test with external BLAS libraryGravatar Christoph Hertzberg2018-05-22
* Make qr_fullpivoting unit test run for fixed-sized matricesGravatar Christoph Hertzberg2018-05-22
* 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
* check that all integer types are properly handled by mat(i,j)Gravatar Gael Guennebaud2018-05-18
* Add tests for sparseQR results (value and size) covering bugs #1522 and #1544Gravatar Jeff Trull2018-04-21
* 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
* Merged in rmlarsen/eigen2 (pull request PR-393)Gravatar Benoit Steiner2018-05-16
|\
| * Rename clip2 to clamp.Gravatar Rasmus Munk Larsen2018-05-16
| * Rename scalar_clip_op to scalar_clip2_op to prevent collision with existing f...Gravatar Rasmus Munk Larsen2018-05-16
* | Merged in didierjansen/eigen (pull request PR-360)Gravatar Benoit Steiner2018-05-16
|\ \
* \ \ Merged in rmlarsen/eigen2 (pull request PR-392)Gravatar Benoit Steiner2018-05-16
|\ \ \ | | |/ | |/|
* | | Fix "suggest parentheses around comparison" warningGravatar Christoph Hertzberg2018-05-15
| * | Use numext::maxi & numext::mini.Gravatar Rasmus Munk Larsen2018-05-14
| * | Add vectorized clip functor for Eigen Tensors.Gravatar Rasmus Munk Larsen2018-05-14
|/ /
* | Enable RawAccess to tensor slices whenever possinle.Gravatar Benoit Steiner2018-04-30