|
The Intel® Math Kernel Library (Intel® MKL) package contains a set of examples that demonstrate the use of Intel MKL functions with Java. The Java example set includes Java Native Interface (JNI) wrappers. Each wrapper consists of an interface written in Java and a JNI stub written in C. The examples are located in the folder:
<mkl_root_directory>\examples\java
The Intel MKL Java examples are intended for tutorial use only. Developers should be aware that the solutions given in the example code do not necessarily represent the most efficient or practical solution to a given design problem.
For more information on how to run the examples, check the Intel MKL User’s Guide. Please check the Release Notes for any known issues with the Java examples.
Note: An Intel MKL function called from Java application will likely work slower than the same function called from a program written in C/C++ or Fortran.
Operating System:
This applies to:
|