All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jcuda.package-info Maven / Gradle / Ivy

The newest version!
/**
 * Contains common classes for all JCuda libraries.
 * 

* This package contains classes that are used for all JCuda-based libraries. * The most important one is the {@link jcuda.Pointer} class, which is used * in JCuda and JCuda-based libraries for emulating a C void* * pointer.
*
* Additionally, this package contains utilities for logging in JCuda * libraries, and for loading native libraries. */ package jcuda;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy