aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* fix typo in docGravatar Gael Guennebaud2018-10-17
|
* Move from rvalue arguments in ThreadPool enqueue* methodsGravatar Eugene Zhulenev2018-10-16
|
* Reduce thread scheduling overhead in parallelForGravatar Eugene Zhulenev2018-10-16
|
* Merged in ezhulenev/eigen-02 (pull request PR-528)Gravatar Rasmus Munk Larsen2018-10-16
|\ | | | | | | | | | | [TensorBlockIO] Check if it's allowed to squeeze inner dimensions Approved-by: Rasmus Munk Larsen <rmlarsen@google.com>
* | Fix float-to-double warningGravatar Gael Guennebaud2018-10-16
| |
| * Check if it's allowed to squueze inner dimensions in TensorBlockIOGravatar Eugene Zhulenev2018-10-15
| |
* | bug #1612: fix regression in "outer-vectorization" of partial reductions for ↵Gravatar Gael Guennebaud2018-10-16
| | | | | | | | PacketSize==1 (aka complex<double>)
* | Show call stack in case of failing sparse solving.Gravatar Gael Guennebaud2018-10-16
| |
* | Remove useless (and broken) resizeGravatar Gael Guennebaud2018-10-16
| |
* | Iterative solvers: unify and fix handling of multiple rhs.Gravatar Gael Guennebaud2018-10-15
| | | | | | | | m_info was not properly computed and the logic was repeated in several places.
* | DGMRES: fix null rhs, fix restart, fix m_isDeflInitialized for multiple solveGravatar Gael Guennebaud2018-10-15
|/
* relax number of iterations checks to avoid false negativesGravatar Gael Guennebaud2018-10-15
|
* mergeGravatar Gael Guennebaud2018-10-15
|\
| * Suppress unused variable compiler warning in sparse subtest 3.Gravatar Rasmus Munk Larsen2018-10-12
| |
| * Explicitly convert 0 to Scalar for custom typesGravatar Christoph Hertzberg2018-10-12
| |
* | Make sparse_basic includable from sparse_extra, but disable it since ↵Gravatar Gael Guennebaud2018-10-11
| | | | | | | | sparse_basic(DynamicSparseMatrix) does not compile at all anyways
* | Fix warning with AVX512fGravatar Gael Guennebaud2018-10-11
| |
* | Fix avx512 plog(NaN) to return NaN instead of +infGravatar Gael Guennebaud2018-10-11
| |
* | Enable avx512 plog with clangGravatar Gael Guennebaud2018-10-11
|/
* Relaxed fastmath unit test: if std::foo fails, then let's only trigger a ↵Gravatar Gael Guennebaud2018-10-11
| | | | | | warning is numext::foo fails too. A true error will triggered only if std::foo works but our numext::foo fails.
* relax numerical tests from equal to approx (x87)Gravatar Gael Guennebaud2018-10-11
|
* Fix regression in changeset 5335659c47d69d3ee1b6f9792fea5998731f9a53Gravatar Gael Guennebaud2018-10-10
|
* bug #520: add diagmat +/- diagmat operators.Gravatar Gael Guennebaud2018-10-10
|
* Merged in ezhulenev/eigen-02 (pull request PR-525)Gravatar Gael Guennebaud2018-10-10
|\ | | | | | | Fix bug in partial reduction of expressions requiring evaluation
* | bug #632: add specializations for res ?= dense +/- sparse and res ?= sparse ↵Gravatar Gael Guennebaud2018-10-10
| | | | | | | | | | | | +/- dense. They are rewritten as two compound assignment to by-pass hybrid dense-sparse iterator.
| * Fix bug in partial reduction of expressions requiring evaluationGravatar Eugene Zhulenev2018-10-10
| |
* | bug #1609: add inplace transposition unit testGravatar Gael Guennebaud2018-10-10
| |
* | Use void type if stl-style iterators are not supportedGravatar Eugene Zhulenev2018-10-10
|/
* Avoid empty macro argumentsGravatar Christoph Hertzberg2018-10-10
|
* Merged in ezhulenev/eigen-01 (pull request PR-523)Gravatar Rasmus Munk Larsen2018-10-09
|\ | | | | | | Compile time detection for unimplemented stl-style iterators
| * Hide stl-container detection test under #ifGravatar Eugene Zhulenev2018-10-09
| |
| * Compile time detection for unimplemented stl-style iteratorsGravatar Eugene Zhulenev2018-10-09
| |
* | bug #65: add vectorization of partial reductions along the outer-dimension, ↵Gravatar Gael Guennebaud2018-10-09
| | | | | | | | for instance: colmajor_mat.rowwise().mean()
* | Make redux_vec_unroller more flexible regarding packet-typeGravatar Gael Guennebaud2018-10-09
| |
* | Extend unit tests for partial reductionsGravatar Gael Guennebaud2018-10-09
|/
* Fix a lot of Doxygen warnings in Tensor moduleGravatar Christoph Hertzberg2018-10-09
|
* Small Doxygen fixesGravatar Christoph Hertzberg2018-10-09
|
* Fix compilation on CUDAGravatar Gael Guennebaud2018-10-09
|
* fix mpreal for mpfr<4.0.0Gravatar Gael Guennebaud2018-10-09
|
* Fix out-of bounds access in TensorArgMax.h.Gravatar Rasmus Munk Larsen2018-10-08
|
* Fix contraction test.Gravatar Rasmus Munk Larsen2018-10-08
|
* bug #1603: add parenthesis around ternary operator in function body as well ↵Gravatar Gael Guennebaud2018-10-08
| | | | as a harmless attempt to make MSVC happy.
* typoGravatar Gael Guennebaud2018-10-08
|
* fix c++11 deprecated warningGravatar Gael Guennebaud2018-10-08
|
* fix warning in mpreal.hGravatar Gael Guennebaud2018-10-08
|
* mergeGravatar Gael Guennebaud2018-10-08
|\
* | Unify c++11 usage in doc's examples and snippetsGravatar Gael Guennebaud2018-10-08
| |
| * Update included mpreal header to 3.6.5 and fix deprecated warnings.Gravatar Gael Guennebaud2018-10-08
| |
| * Workaround stupid warningGravatar Gael Guennebaud2018-10-08
| |
| * Disable C++11 deprecated warning when limiting Eigen to C++98Gravatar Gael Guennebaud2018-10-08
| |