A B C D E F G H I J K L M N O P R S T V W X Y Z

D

datatype - Variable in class jcuda.jcudpp.CUDPPConfiguration
The datatype of the input arrays
depth - Variable in class jcuda.runtime.cudaExtent
The depth of this cudaExtent
deviceOverlap - Variable in class jcuda.runtime.cudaDeviceProp
1 if the device can concurrently copy memory between host and device while executing a kernel, or 0 if not;
dim3 - Class in jcuda.runtime
Java port of a dim3.
dim3() - Constructor for class jcuda.runtime.dim3
Creates a new dim3, with default size (1,1,1)
dim3(int, int, int) - Constructor for class jcuda.runtime.dim3
Creates a new dim3, with the given size
DOUBLE - Static variable in class jcuda.Sizeof
Size of a double, in bytes
dstArray - Variable in class jcuda.runtime.cudaMemcpy3DParms
The destination array.
dstPos - Variable in class jcuda.runtime.cudaMemcpy3DParms
The srcPos and dstPos fields are optional offsets into the source and destination objects and are defined in units of each object's elements.
dstPtr - Variable in class jcuda.runtime.cudaMemcpy3DParms
The destination pointer.

A B C D E F G H I J K L M N O P R S T V W X Y Z