Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Update to Eigen 3.4 #2583

Merged
merged 32 commits into from
Mar 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
db4e5f7
Update Eigen and fix Stan headers
andrjohns Jun 22, 2022
08d9fed
Merge branch 'develop' into feature/eigen_test
andrjohns Jun 22, 2022
438b0ba
Undo old changes
andrjohns Jun 22, 2022
7dfaad9
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
stan-buildbot Jun 22, 2022
80f8230
Remove missed testing changes
andrjohns Jun 22, 2022
60cf7dc
Fix include errors
andrjohns Jun 22, 2022
c6e3f22
Add error check for inv_wishart_cholesky
andrjohns Jun 22, 2022
b41d20c
Prob test failures fix
andrjohns Jun 22, 2022
f55a619
Trigger CI
andrjohns Jun 23, 2022
eff6373
Prob test fix
andrjohns Jun 23, 2022
853f46d
Trigger CI
andrjohns Jun 23, 2022
d655ab9
Merge remote-tracking branch 'upstream/develop' into update/eigen-3.4
andrjohns Jul 1, 2022
64c6fb1
update docs
SteveBronder Jul 8, 2022
0991901
update to newest version of 3.4
SteveBronder Jul 9, 2022
bee5ad4
Merge remote-tracking branch 'upstream/develop' into HEAD
andrjohns Jul 11, 2022
7c7e178
Merge remote-tracking branch 'origin/develop' into update/eigen-3.4
SteveBronder Aug 16, 2022
2d7abef
Merge branch 'develop' into update/eigen-3.4
andrjohns Sep 12, 2022
444765d
Merge remote-tracking branch 'upstream/update/eigen-3.4' into update/…
andrjohns Sep 12, 2022
a8d62cd
Merge remote-tracking branch 'upstream/develop' into update/eigen-3.4
andrjohns Oct 25, 2022
935a52f
Run tests with suspected commit reverted
andrjohns Oct 26, 2022
eaf9d58
Merge branch 'develop' into update/eigen-3.4
andrjohns Oct 26, 2022
a6eb5c6
Trigger CI
andrjohns Oct 26, 2022
d36f958
Revert "Run tests with suspected commit reverted"
andrjohns Nov 7, 2022
6ef0290
Merge branch 'develop' into update/eigen-3.4
andrjohns Nov 7, 2022
bf93ef1
Merge remote-tracking branch 'upstream/develop' into update/eigen-3.4
andrjohns Dec 2, 2022
5cd2c21
Merge remote-tracking branch 'upstream/develop' into update/eigen-3.4
andrjohns Feb 6, 2023
661af5a
Merge branch 'develop' into update/eigen-3.4
WardBrian Mar 6, 2023
5ec8978
Merge branch 'develop' into update/eigen-3.4
WardBrian Mar 9, 2023
b2483c4
Split up eigenvectors_test file
WardBrian Mar 9, 2023
11fd3fa
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
stan-buildbot Mar 9, 2023
5f3920c
Split up eigendecompoe_identity_test file
WardBrian Mar 9, 2023
f06d5ca
[Jenkins] auto-formatting by clang-format version 10.0.0-4ubuntu1
stan-buildbot Mar 9, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
56 changes: 28 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
<div><a href="https://zenodo.org/badge/latestdoi/38388440"><img src="https://zenodo.org/badge/38388440.svg"/></a></div>

The <b>Stan Math Library</b> is a C++, reverse-mode automatic
differentiation library designed to be usable, extensive and
extensible, efficient, scalable, stable, portable, and redistributable
in order to facilitate the construction and utilization of algorithms
that utilize derivatives.


Documentation, Installation, and Examples
--------------

All of Stan math's documentation is hosted on our website below. Please do not
reference articles in the wiki as they are outdated and not maintained.

[mc-stan.org/math](https://mc-stan.org/math/)


Licensing
---------
The Stan Math Library is licensed under the [new BSD
license](https://github.com/stan-dev/math/blob/develop/LICENSE%2Emd).

The Stan Math Library depends on the Intel TBB library which is
licensed under the Apache 2.0 license. This dependency implies an
additional restriction as compared to the new BSD license alone. The
Apache 2.0 license is incompatible with GPL-2 licensed code if
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).
<div><a href="https://zenodo.org/badge/latestdoi/38388440"><img src="https://zenodo.org/badge/38388440.svg"/></a></div>
The <b>Stan Math Library</b> is a C++, reverse-mode automatic
differentiation library designed to be usable, extensive and
extensible, efficient, scalable, stable, portable, and redistributable
in order to facilitate the construction and utilization of algorithms
that utilize derivatives.
Documentation, Installation, and Examples
--------------
All of Stan math's documentation is hosted on our website below. Please do not
reference articles in the wiki as they are outdated and not maintained.
[mc-stan.org/math](https://mc-stan.org/math/)
Licensing
---------
The Stan Math Library is licensed under the [new BSD
license](https://github.com/stan-dev/math/blob/develop/LICENSE%2Emd).
The Stan Math Library depends on the Intel TBB library which is
licensed under the Apache 2.0 license. This dependency implies an
additional restriction as compared to the new BSD license alone. The
Apache 2.0 license is incompatible with GPL-2 licensed code if
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).
19 changes: 0 additions & 19 deletions lib/eigen_3.3.9/Eigen/CMakeLists.txt

This file was deleted.

Loading