在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:jblas-project/jblas开源软件地址:https://github.com/jblas-project/jblas开源编程语言:Java 70.3%开源软件介绍:jblas is a matrix library for Java which uses existing high performance BLAS and LAPACK libraries like ATLAS.
see also the file RELEASE_NOTES Homepage: http://jblas.org INSTALLIn principle, all you need is the jblas-1.2.5.jar in your classpath. jblas-1.2.5.jar will then automagically extract your platform dependent native library to a tempfile and load it from there. You can also put that file somewhere in your load path ($LD_LIBRARY_PATH for Linux, %PATH for Windows). Or, use the following dependency in maven <dependency>
<groupId>org.jblas</groupId>
<artifactId>jblas</artifactId>
<version>1.2.5</version>
</dependency> BUILDINGIf you only work on the java part, you can use maven to recompile from the sources. In addition to that you need an installation of ruby for some scripts which automaticall generate code. Then, you just type "mvn package" on the command line. If you want to build jblas from the sources including the native part, you need to set up quite a few things: You will need some implementation of blas and lapack. jblas is tested with either plain lapack, or ATLAS (http://math-atlas.sourceforge.net/). You also need the Fortran sources for BLAS and LAPACK, available, for example from http://www.netlib.org/lapack/lapack-lite-3.1.1.tgz. If you still want to build the source your own, see INSTALL for further details. HOW TO GET STARTEDHave a look at javadoc/index.html and javadoc/org/jblas/DoubleMatrix.html If you want to validate your installation and get some performance numbers, try "java -jar jblas-1.2.5.jar". LICENSEjblas is distributed under a BSD-style license. See the file COPYING for more information. BUGSIf you encounter any bugs, feel free to go to http://jblas.org and register a ticket for them. Make sure to include as much information as possible. For configuration problems it would also be helpful to include the file "configure.log". CONTRIBUTORSsee file AUTHORS |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论