-
Notifications
You must be signed in to change notification settings - Fork 23
/
index.html
19 lines (19 loc) · 849 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<body>
<br>
<ul>
<li><a href="README.txt">README.txt</a></li>
<li><a href="LICENSE.txt">LICENSE.txt</a></li>
</ul>
<ul>
<li>API Reference / Documentation: <a href="docs.html">docs.html</a> (local copy)</li>
<li>Technical Report: <a href="armadillo_nicta_2010.pdf">armadillo_nicta_2010.pdf</a> (local copy)</li>
<li>Related paper: <a href="rcpp_armadillo_csda_2014.pdf">rcpp_armadillo_csda_2014.pdf</a> (local copy)</li>
</ul>
<ul>
<li>API Reference / Documentation: <a href="http://arma.sourceforge.net/docs.html">docs.html</a> (online copy)</li>
<li>Technical Report: <a href="http://arma.sourceforge.net/armadillo_nicta_2010.pdf">armadillo_nicta_2010.pdf</a> (online copy)</li>
<li>Related paper: <a href="http://arma.sourceforge.net/rcpp_armadillo_csda_2014.pdf">rcpp_armadillo_csda_2014.pdf</a> (online copy)</li>
</ul>
</body>
</html>