Commit a72ebb8 1 parent 6bba2b7 commit a72ebb8 Copy full SHA for a72ebb8
File tree 3 files changed +9
-6
lines changed
netlib/src/main/java/smile/netlib
3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ the dependency of smile-netlib:
44
44
</dependency>
45
45
```
46
46
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.
48
49
49
50
OS X
50
51
----
Original file line number Diff line number Diff line change 18
18
* Matrix implementation based on low-level BLAS, LAPACK and ARPACK that
19
19
* performs as fast as the C / Fortran interfaces with a pure JVM fallback.
20
20
* <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.
25
25
* <p>
26
26
* <h3>OS X</h3>
27
27
*
Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ <h2 class="question" id="link-with-smile">Link with Smile</h2>
60
60
</dependency>
61
61
</ code > </ pre >
62
62
< 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 >
64
66
65
67
< h3 > OS X</ h3 >
66
68
< p > Apple OS X requires no further setup as it ships with the veclib framework.</ p >
You can’t perform that action at this time.
0 commit comments