jar

com.nativelibs4java : javacl-jna

Maven & Gradle

Jan 08, 2013
3 usages

JavaCL / JNA · JavaCL is an Object-Oriented API that makes the C OpenCL API available to Java in a very natural way. It hides away the complexity of cross-platform C bindings, has a clean OO design (with generics, Java enums, NIO buffers, fully typed exceptions...), provides high-level features (OpenGL-interop, array reductions) and comes with samples and demos. For more info, please visit http://code.google.com/p/nativelibs4java/wiki/OpenCL.

Table Of Contents

Latest Version

Download com.nativelibs4java : javacl-jna JAR file - Latest Versions:

All Versions

Download com.nativelibs4java : javacl-jna JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window javacl-jna-1.0.0-RC3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.nativelibs4java.opencl.util.fft

├─ com.nativelibs4java.opencl.util.fft.AbstractDFT.class - [JAR]

├─ com.nativelibs4java.opencl.util.fft.AbstractFFTPow2.class - [JAR]

├─ com.nativelibs4java.opencl.util.fft.DoubleDFT.class - [JAR]

├─ com.nativelibs4java.opencl.util.fft.DoubleDFTProgram.class - [JAR]

├─ com.nativelibs4java.opencl.util.fft.DoubleFFTPow2.class - [JAR]

├─ com.nativelibs4java.opencl.util.fft.DoubleFFTProgram.class - [JAR]

├─ com.nativelibs4java.opencl.util.fft.FloatDFT.class - [JAR]

├─ com.nativelibs4java.opencl.util.fft.FloatDFTProgram.class - [JAR]

├─ com.nativelibs4java.opencl.util.fft.FloatFFTPow2.class - [JAR]

├─ com.nativelibs4java.opencl.util.fft.FloatFFTProgram.class - [JAR]

com.nativelibs4java.opencl.util

├─ com.nativelibs4java.opencl.util.LinearAlgebraKernels.class - [JAR]

├─ com.nativelibs4java.opencl.util.LinearAlgebraUtils.class - [JAR]

├─ com.nativelibs4java.opencl.util.OpenCLType.class - [JAR]

├─ com.nativelibs4java.opencl.util.ParallelMath.class - [JAR]

├─ com.nativelibs4java.opencl.util.ParallelRandom.class - [JAR]

├─ com.nativelibs4java.opencl.util.ReductionUtils.class - [JAR]

├─ com.nativelibs4java.opencl.util.Transformer.class - [JAR]

├─ com.nativelibs4java.opencl.util.XORShiftRandom.class - [JAR]

Advertisement