|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
---|---|
cuComplex | Java port of the CUDA complex number structure. |
cuDoubleComplex | Java port of the CUDA complex number structure for double precision numbers |
LibUtils | Utility class for detecting the operating system and architecture types, and automatically loading the matching native library as a resource or from a file. |
NativePointerObject | Base class for all classes that store a native pointer |
Pointer | A Java representation of a void pointer. |
Sizeof | Constants for sizes of primitives |
Enum Summary | |
---|---|
LibUtils.ARCHType | Enumeration of common CPU architectures. |
LibUtils.OSType | Enumeration of common operating systems, independent of version or architecture. |
LogLevel | The log levels which may be used to control the internal logging of the JCuda libraries |
Exception Summary | |
---|---|
CudaException | An exception that may be thrown due to a CUDA error. |
Contains common classes for all JCuda libraries.
Pointer
class, which is used
in JCuda and JCuda-based libraries for emulating a C void*
pointer.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |