forked from conradsnicta/armadillo-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (58 loc) · 1.82 KB
/
index.html
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
<html>
<body>
<br>
<ul>
<li><a href="README.txt">README.txt</a></li>
<li><a href="LICENSE.txt">LICENSE.txt</a></li>
<li><a href="NOTICE.txt">NOTICE.txt</a></li>
</ul>
<ul>
<li>API Reference / Documentation
<ul>
<li><a href="http://arma.sourceforge.net/docs.html">docs.html</a> (online copy)</li>
<li><a href="docs.html">docs.html</a> (local copy)</li>
</ul>
</li>
</ul>
<ul>
<li>Journal article - <b>please cite this article if you use Armadillo in your research and/or software</b>
<ul>
<li><a href="http://arma.sourceforge.net/armadillo_joss_2016.pdf">armadillo_joss_2016.pdf</a> (online copy)</li>
<li><a href="armadillo_joss_2016.pdf">armadillo_joss_2016.pdf</a> (local copy)</li>
</ul>
</li>
</ul>
<ul>
<li>Article with overview of Gaussian Mixture Models in Armadillo:
<ul>
<li><a href="http://arma.sourceforge.net/arma_gmm_joss_2017.pdf">arma_gmm_joss_2017.pdf</a> (online copy)</li>
<li><a href="arma_gmm_joss_2017.pdf">arma_gmm_joss_2017.pdf</a> (local copy)</li>
</ul>
</li>
</ul>
<ul>
<li>Paper with mathematical details on Gaussian Mixture Models in Armadillo:
<ul>
<li><a href="http://arma.sourceforge.net/arma_gmm_spcs_2017.pdf">arma_gmm_spcs_2017.pdf</a> (online copy)</li>
<li><a href="arma_gmm_spcs_2017.pdf">arma_gmm_spcs_2017.pdf</a> (local copy)</li>
</ul>
</li>
</ul>
<ul>
<li>Overview technical report (old)
<ul>
<li><a href="http://arma.sourceforge.net/armadillo_nicta_2010.pdf">armadillo_nicta_2010.pdf</a> (online copy)</li>
<li><a href="armadillo_nicta_2010.pdf">armadillo_nicta_2010.pdf</a> (local copy)</li>
</ul>
</li>
</ul>
<ul>
<li>Article on integration of Armadillo with R:
<ul>
<li><a href="http://arma.sourceforge.net/rcpp_armadillo_csda_2014.pdf">rcpp_armadillo_csda_2014.pdf</a> (online copy)</li>
<li><a href="rcpp_armadillo_csda_2014.pdf">rcpp_armadillo_csda_2014.pdf</a> (local copy)</li>
</ul>
</li>
</ul>
</body>
</html>