Where is the documentation for Matrix Toolkits Java and Netlib-Java?

I intended to install some quick matrix and BLAS libraries for Java and settled on MTJ (supported by netlib-java) based on the results of the Java Matrix Benchmark . I believe that everything is installed through Maven, but I can not find a reliable document for these libraries .

The logical starting point would be the github page:

MTJ

netlib

... But I can't find a link to any tutorials or javadoc behind the incredibly short MTJ wiki section on Github. The source of Netlib seems to be in fortran (with F2J as a compilation step), so I cannot scan directly, although the source is instead of javadoc.

To make things even more incomprehensible, there seems to be some kind of Javadoc for MTJ hosted by a German university for some reason that refers to packages (like nni.BLAS) that don't seem to be part of the MTJ library Maven did for me. There's one more sketchier Javadoc hosted somewhere at the University of Tennessee, which, without explicit connection with the netlib-java project, is somehow Javadoc, which seems to explain three additional integer arguments that the netlib-java implementation uses DGEMV (offsets of some kind?). If I look at the fortran documentation inside the netlib-java distribution for DGEMV, it has eleven standard arguments that I would expect from DGEMV.

, :

1.) MTJ/netlib? , ?

2.) , - , - ? , - . ?

3.) Java netlib 11-argument DGEMV ​​ MTJ Maven, 14 ?

.

+4
4

MTJ Maven, Javadoc . (IntelliJ IDEA .) mtj-1.0.2-javadoc.jar Javadoc. - -, , , .

+1

- jar javadoc MTJ. 7zip . , , , .

0

mtj 1.0.3-snapshot divshot.io:

http://mtj103.divshot.io/

, .

0
source

All Articles