jcuda.jcublas.package-info Maven / Gradle / Ivy
/**
* Contains the classes of JCublas.
*
* This package contains classes that are related to JCublas.
* The main class is the {@link jcuda.jcublas.JCublas} class,
* which provides all method bindings for CUBLAS, the
* NVIDIA CUDA BLAS library.
*
* Please consult your CUBLAS library documentation
* for more information about how to use this API.
*/
package jcuda.jcublas;