aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* add missing ref to a.zeta(b)Gravatar Gael Guennebaud2018-11-09
* Limit the size of the tocGravatar Gael Guennebaud2018-11-09
* Update doxy hacks wrt doxygen 1.8.13/14Gravatar Gael Guennebaud2018-11-09
* Let doxygen sees lastNGravatar Gael Guennebaud2018-11-09
* Add and update manual pages for slicing, indexing, and reshaping.Gravatar Gael Guennebaud2018-11-09
* Recent xcode versions does support EIGEN_HAS_STATIC_ARRAY_TEMPLATEGravatar Gael Guennebaud2018-11-09
* Fix max-size in indexed-viewGravatar Gael Guennebaud2018-11-08
* Merged in glchaves/eigen (pull request PR-539)Gravatar Gael Guennebaud2018-11-07
|\
* | Add option to disable plot generationGravatar Gael Guennebaud2018-11-07
| * Vectorize row-by-row gebp loop iterations on 16 packets as wellGravatar Gustavo Lima Chaves2018-11-06
* | PR 526: Speed up multiplication of small, dynamically sized matricesGravatar Mark D Ryan2018-10-12
* | Fix code formatGravatar Eugene Zhulenev2018-11-02
* | Workaround nbcc+msvc compiler bugGravatar Eugene Zhulenev2018-11-02
|/
* add unit tests for bug #1619Gravatar Gael Guennebaud2018-11-01
* bug #1617: Fix SolveTriangular.solveInPlace crashing for empty matrix.Gravatar Matthieu Vigne2018-10-31
* bug #1618: Use different power-of-2 check to avoid MSVC warningGravatar Christoph Hertzberg2018-11-01
* Merged in ezhulenev/eigen-02 (pull request PR-534)Gravatar Rasmus Munk Larsen2018-10-25
|\
| * Fix cxx11_tensor_{block_access, reduction} testsGravatar Eugene Zhulenev2018-10-25
* | Fix typo in tutorial documentation.Gravatar Halie Murray-Davis2018-10-25
* | Document EIGEN_NO_IO preprocessor directiveGravatar Christoph Hertzberg2018-10-25
* | Collapsed revision (based on pull request PR-325)Gravatar Christian von Schultz2018-10-22
* | Do not rely on the compiler generating __device__ functions for constexpr in ...Gravatar Rasmus Munk Larsen2018-10-22
* | Suppress compiler warning about unused global variable.Gravatar Rasmus Munk Larsen2018-10-22
* | Merged in rmlarsen/eigen (pull request PR-532)Gravatar Rasmus Munk Larsen2018-10-19
|\ \
* | | Fix most Doxygen warnings. Also add links to stable documentation from unsupp...Gravatar Christoph Hertzberg2018-10-19
| * | Merged eigen/eigen into defaultGravatar Rasmus Munk Larsen2018-10-19
| |\ \ | |/ / |/| |
* | | bug #1606: Explicitly set the standard before find_package(StandardMathLibrar...Gravatar Christoph Hertzberg2018-10-19
| * | Only set EIGEN_CONSTEXPR_ARE_DEVICE_FUNC for clang++ if cxx_relaxed_constexpr...Gravatar Rasmus Munk Larsen2018-10-18
|/ /
* / Fix GPU build due to gpu_assert not always being defined.Gravatar Rasmus Munk Larsen2018-10-18
|/
* 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
|\
* | 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
* | 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
* | 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 sparse_b...Gravatar Gael Guennebaud2018-10-11
* | 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 warn...Gravatar Gael Guennebaud2018-10-11
* relax numerical tests from equal to approx (x87)Gravatar Gael Guennebaud2018-10-11