aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* | Fix compilation with NEON+MSVCGravatar Gael Guennebaud2018-04-26
* | Fix unit test for SIMD engine not supporting sqrtGravatar Gael Guennebaud2018-04-26
* | Add multi-threading for sparse-row-major * dense-row-majorGravatar Gael Guennebaud2018-04-25
* | Fix "used uninitialized" warningsGravatar Gael Guennebaud2018-04-24
* | Workaround warningGravatar Gael Guennebaud2018-04-24
* | 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
* | | Fix unit testGravatar Gael Guennebaud2018-04-22
* | | 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