Skip to content

Commit a72ebb8

Browse files
committed
add links to netlib-java
1 parent 6bba2b7 commit a72ebb8

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ the dependency of smile-netlib:
4444
</dependency>
4545
```
4646
and also make their machine-optimized libblas3 (CBLAS) and liblapack3 (Fortran)
47-
available as shared libraries at runtime.
47+
available as shared libraries at runtime. This module employs the highly efficient
48+
[netlib-java](https://github.com/fommil/netlib-java#netlib-java) library.
4849

4950
OS X
5051
----

netlib/src/main/java/smile/netlib/package-info.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
* Matrix implementation based on low-level BLAS, LAPACK and ARPACK that
1919
* performs as fast as the C / Fortran interfaces with a pure JVM fallback.
2020
* <p>
21-
* This module relies on the netlib-java library. To enable machine optimized
22-
* natives in netlib-java, the users should make their machine-optimized
23-
* libblas3 (CBLAS) and liblapack3 (Fortran) available as shared libraries at
24-
* runtime.
21+
* This module employs the highly efficient <a href="https://github.com/fommil/netlib-java#netlib-java">netlib-java</a>
22+
* library. To enable machine optimized natives in netlib-java, the users
23+
* should make their machine-optimized libblas3 (CBLAS) and liblapack3
24+
* (Fortran) available as shared libraries at runtime.
2525
* <p>
2626
* <h3>OS X</h3>
2727
*

shell/src/universal/doc/faq-content.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ <h2 class="question" id="link-with-smile">Link with Smile</h2>
6060
&lt;/dependency&gt;
6161
</code></pre>
6262
<p>and also make their machine-optimised libblas3 (CBLAS) and liblapack3 (Fortran)
63-
available as shared libraries at runtime.</p>
63+
available as shared libraries at runtime. This module employs the highly efficient
64+
<a href="https://github.com/fommil/netlib-java#netlib-java">netlib-java</a>
65+
library.</p>
6466

6567
<h3>OS X</h3>
6668
<p>Apple OS X requires no further setup as it ships with the veclib framework.</p>

0 commit comments

Comments
 (0)