Skip to content

Commit d3f42be

Browse files
SteveBronderandrjohnsstan-buildbotWardBrian
authored
Update to Eigen 3.4 (#2583)
* Update Eigen and fix Stan headers * Undo old changes * [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 * Remove missed testing changes * Fix include errors * Add error check for inv_wishart_cholesky * Prob test failures fix * Trigger CI * Prob test fix * Trigger CI * update to newest version of 3.4 * Run tests with suspected commit reverted * Trigger CI * Revert "Run tests with suspected commit reverted" This reverts commit 935a52f. * Split up eigenvectors_test file * [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 * Split up eigendecompoe_identity_test file * [Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1 --------- Co-authored-by: Andrew Johnson <andrew.johnson@arjohnsonau.com> Co-authored-by: Stan BuildBot <mc.stanislaw@gmail.com> Co-authored-by: Brian Ward <bward@flatironinstitute.org>
1 parent b34a81b commit d3f42be

File tree

1,896 files changed

+115988
-41311
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,896 files changed

+115988
-41311
lines changed

README.md

+28-28
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<div><a href="https://zenodo.org/badge/latestdoi/38388440"><img src="https://zenodo.org/badge/38388440.svg"/></a></div>
2-
3-
The <b>Stan Math Library</b> is a C++, reverse-mode automatic
4-
differentiation library designed to be usable, extensive and
5-
extensible, efficient, scalable, stable, portable, and redistributable
6-
in order to facilitate the construction and utilization of algorithms
7-
that utilize derivatives.
8-
9-
10-
Documentation, Installation, and Examples
11-
--------------
12-
13-
All of Stan math's documentation is hosted on our website below. Please do not
14-
reference articles in the wiki as they are outdated and not maintained.
15-
16-
[mc-stan.org/math](https://mc-stan.org/math/)
17-
18-
19-
Licensing
20-
---------
21-
The Stan Math Library is licensed under the [new BSD
22-
license](https://github.com/stan-dev/math/blob/develop/LICENSE%2Emd).
23-
24-
The Stan Math Library depends on the Intel TBB library which is
25-
licensed under the Apache 2.0 license. This dependency implies an
26-
additional restriction as compared to the new BSD license alone. The
27-
Apache 2.0 license is incompatible with GPL-2 licensed code if
28-
distributed as a unitary binary. You may refer to the Licensing page on the [Stan wiki](https://github.com/stan-dev/stan/wiki/Stan-Licensing).
1+
<div><a href="https://zenodo.org/badge/latestdoi/38388440"><img src="https://zenodo.org/badge/38388440.svg"/></a></div>
2+
3+
The <b>Stan Math Library</b> is a C++, reverse-mode automatic
4+
differentiation library designed to be usable, extensive and
5+
extensible, efficient, scalable, stable, portable, and redistributable
6+
in order to facilitate the construction and utilization of algorithms
7+
that utilize derivatives.
8+
9+
10+
Documentation, Installation, and Examples
11+
--------------
12+
13+
All of Stan math's documentation is hosted on our website below. Please do not
14+
reference articles in the wiki as they are outdated and not maintained.
15+
16+
[mc-stan.org/math](https://mc-stan.org/math/)
17+
18+
19+
Licensing
20+
---------
21+
The Stan Math Library is licensed under the [new BSD
22+
license](https://github.com/stan-dev/math/blob/develop/LICENSE%2Emd).
23+
24+
The Stan Math Library depends on the Intel TBB library which is
25+
licensed under the Apache 2.0 license. This dependency implies an
26+
additional restriction as compared to the new BSD license alone. The
27+
Apache 2.0 license is incompatible with GPL-2 licensed code if
28+
distributed as a unitary binary. You may refer to the Licensing page on the [Stan wiki](https://github.com/stan-dev/stan/wiki/Stan-Licensing).

lib/eigen_3.3.9/Eigen/CMakeLists.txt

-19
This file was deleted.

0 commit comments

Comments
 (0)