- 26 Jul, 2021 8 commits
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
- 04 Dec, 2020 1 commit
-
-
David Tellenbach authored
-
- 30 Nov, 2020 1 commit
-
-
(cherry picked from commit c5985c46)
-
- 28 Nov, 2020 1 commit
-
-
part of the class signature is lost due to a problem with forward declarations. The problem is probably caused by doxygen bug #7689. It is confirmed to be fixed in doxygen >= 1.8.19. (cherry picked from commit 68f69414)
-
- 27 Nov, 2020 1 commit
-
-
Christoph Hertzberg authored
Manually cherry-picked from a7170f2a
-
- 25 Nov, 2020 1 commit
-
-
Christoph Hertzberg authored
-
- 17 Nov, 2020 1 commit
-
-
Martin Vonheim Larsen authored
Note that HTTPS must be used against the MathJax CDN when hosted on `eigen.tuxfamily.org` (which uses HTTPS) in order to avoid `Mixed Content`-errors from browsers. Using HTTPS for MathJax also works if the Eigen docs are hosted on plain HTTP. (cherry picked from commit 280f4f24)
-
- 12 Nov, 2020 1 commit
-
-
Christoph Hertzberg authored
bug #1746: Removed implementation of standard copy-constructor and standard copy-assign-operator from PermutationMatrix and Transpositions to allow malloc-less std::move. Added unit-test to rvalue_types (cherry picked from commit efd9867f)
-
- 04 Nov, 2020 2 commits
-
-
Christoph Hertzberg authored
Bug #2036 make sure find_standard_math_library_test_program actually compiles (and is guaranteed to call math functions) (cherry picked from commit ecb7bc95)
-
David Tellenbach authored
Having a test named "array" can clash with the standard library header "array". Fixes issue #2046
-
- 28 Oct, 2020 1 commit
-
-
Gael Guennebaud authored
(cherry picked from commit 572d6269)
-
- 09 Oct, 2020 2 commits
-
-
David Tellenbach authored
(cherry picked from commit 9022f5aa)
-
Karl Ljungkvist authored
(cherry picked from commit d199c17b)
-
- 08 Oct, 2020 3 commits
-
-
Luke Peterson authored
This resolves a compilation error associated with Eigen::eigen_assert_exception. It also eliminates the counting of exceptions that may occur in the OpenMP parallel section. If an unhandled exception occurs in this section, the behavior is non-conforming according to the OpenMP specification.
-
David Tellenbach authored
This fixes #2012.
-
szczepaniak bartek authored
EIGEN_USING_STD -> EIGEN_USING_STD_MATH
-
- 05 Oct, 2020 1 commit
-
-
David Tellenbach authored
-
- 01 Oct, 2020 1 commit
-
-
David Tellenbach authored
An OpenMP parallel section must have a single entry and a single point of exit. Leaving such a section by throwing an exception is undefined. This patch fixes this by catching possible exceptions on the parallel section and throwing right we left it.
-
- 30 Sep, 2020 1 commit
-
-
David Tellenbach authored
Fixes #1995 (cherry picked from commit 30960d48)
-
- 29 Sep, 2020 1 commit
-
-
Alexander Grund authored
When the type is PATH an absolute path is expected and user-defined values are converted into absolute paths relative to the current directory. Fixes #1990 (cherry picked from commit a967fadb)
-
- 17 Sep, 2020 1 commit
-
-
Gael Guennebaud authored
(cherry picked from commit d835a0bf)
-
- 14 Sep, 2020 1 commit
-
-
David Tellenbach authored
-
- 04 Sep, 2020 1 commit
-
- 02 Sep, 2020 2 commits
-
-
Gael Guennebaud authored
-
Tobias Bosch authored
This implicit dependency does no longer exist in a recent llbm release (sha 78be61871704).
-
- 01 Sep, 2020 1 commit
-
-
Gael Guennebaud authored
Relaxed fastmath unit test: if std::foo fails, then let's only trigger a warning is numext::foo fails too. A true error will triggered only if std::foo works but our numext::foo fails. (cherry picked from commit 2ef1b396)
-
- 30 Aug, 2020 1 commit
-
-
David Tellenbach authored
StlDeque extends std::deque by accessing some of its internal members. Since GCC 10 these are not accessible anymore. (cherry picked from commit 5e484fa1)
-
- 26 Aug, 2020 2 commits
-
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
- 25 Aug, 2020 2 commits
-
-
Gael Guennebaud authored
-
Gael Guennebaud authored
-
- 11 Aug, 2020 1 commit
-
-
Rasmus Munk Larsen authored
-
- 29 Jul, 2020 1 commit
-
-
Gael Guennebaud authored
-