-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Landau / exact HMP implementation; updated licenses; added deta…
…iled references
- Loading branch information
Showing
38 changed files
with
823 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
Subdirectories within src/ include code and source files from several other open-source projects. I am grateful to the individuals who developed these resources and made them available to the open source software community. | ||
|
||
Code and source files within these subdirectories are subject to the licenses issued by the original authors rather than the license for GAMBIT primary source files. These licenses are included separately within each subdirectory. | ||
|
||
Distribution functions (cdflib/, eigenmvn/, ROOT_Math/, libMvtnorm/): | ||
* cdflib is from https://people.sc.fsu.edu/~jburkardt/cpp_src/cdflib/cdflib.html | ||
* eigenmvn.hpp is used from https://github.com/beniz/eigenmvn | ||
* libMvtnorm is used from https://github.com/zhanxw/libMvtnorm | ||
* ROOT_Math/ code is adapted from CERN ROOT library https://root.cern.ch/ | ||
|
||
Hopscotch hashing (tsl/): | ||
* tsl is from https://github.com/Tessil/hopscotch-map | ||
|
||
Eigen matrix library (Eigen/): | ||
* Source files are from http://eigen.tuxfamily.org | ||
|
||
Tabix and HTSLIB (htslib/ and tabixpp/): | ||
* tabixpp/ source files are adapted from https://github.com/ekg/tabixpp | ||
* htslib/ source files are from HTSLIB: https://github.com/samtools/htslib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.