-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathextern_libraries.txt
67 lines (64 loc) · 2.53 KB
/
extern_libraries.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
external libraries:
1. MATCL-CORE
1. BOOST
- licence: boost
- source: http://www.boost.org/
- version: 1.71.0
2. EOS Portable Archive: extension of boost::serialization library
- author: Christian Pfligersdorffer
- licence: boost
- souce: https://epa.codeplex.com/
- version: 5.1
3. DLMALLOC: memory allocator, author: Doug Lea
- licence: public domain as explained at
http://creativecommons.org/licenses/publicdomain
- source: ftp://gee.cs.oswego.edu/pub/misc/malloc.c
- version: 2.8
2. MATCL-MP
1. MPFR: multiprecision floating point arithmetics
- licence: LGPL
- source: http://www.mpfr.org/
- version: 3.1.5
2. MPIR: multiprecision integer arithmetics
- licence: LGPL
- source: http://mpir.org/
- version: 3.0.0
3. MATCL-SCALAR
1. SSFMT / DSFMT: SIMD oriented Fast Mersenne Twister
- authors: Mutsuo Saito, Makoto Matsumoto
- licence: BSD (modified)
- source: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/
- version: 2.2.1
4. MATCL-BLAS-LAPACK
1. LAPACK: LAPACK is written in Fortran 90 and provides routines for
solving systems of simultaneous linear equations, least-squares solutions
of linear systems of equations, eigenvalue problems, and singular value
problems.
- authors: Univ. of Tennessee; Univ. of California, Berkeley;
Univ. of Colorado Denver; and NAG Ltd..
- licence: modified BSD license
- source: http://www.netlib.org/lapack/
- version: 3.9.0
2. OPENBLAS: OpenBLAS is an optimized BLAS library based on GotoBLAS2
- authors:
- licence: BSD
- source: http://www.openblas.net/
- version: 0.3.7
5. MATCL-FILE:
1. sqlite3 is a self-contained, high-reliability, embedded, full-featured,
public-domain, SQL database engine.
- authors:
- licence: public domain
- source: https://www.sqlite.org
- version: 3.23.0
6. MATCL-LINALG:
1. ARPACK: a collection of Fortran77 subroutines designed to solve large scale
eigenvalue problems.
- authors: Danny Sorensen, Richard Lehoucq, Chao Yang, Kristi Maschhoff
- licence: BSD Software License
- source: https://github.com/opencollab/arpack-ng
- version: 3.8.0
CREDITS:
1. Sylvie Boldo (implementation of Dekker's algorithm for exact multiplication
of two doubles)
2. Evgeny Latkin (twofold algorithms)