|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjcuda.NativePointerObject
jcuda.driver.CUarray
public class CUarray
Java port of a CUarray
JCudaDriver.cuArrayCreate(jcuda.driver.CUarray, jcuda.driver.CUDA_ARRAY_DESCRIPTOR),
JCudaDriver.cuArrayGetDescriptor(jcuda.driver.CUDA_ARRAY_DESCRIPTOR, jcuda.driver.CUarray),
JCudaDriver.cuArray3DCreate(jcuda.driver.CUarray, jcuda.driver.CUDA_ARRAY3D_DESCRIPTOR),
JCudaDriver.cuArray3DGetDescriptor(jcuda.driver.CUDA_ARRAY3D_DESCRIPTOR, jcuda.driver.CUarray),
JCudaDriver.cuArrayDestroy(jcuda.driver.CUarray)| Constructor Summary | |
|---|---|
CUarray()
Creates a new, uninitialized CUarray |
|
CUarray(cudaArray array)
Creates a CUarray for the given cudaArray. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns a String representation of this object. |
| Methods inherited from class jcuda.NativePointerObject |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CUarray()
public CUarray(cudaArray array)
cudaArray. This
corresponds to casting a cudaArray to a CUarray.
array - The other array| Method Detail |
|---|
public java.lang.String toString()
toString in class NativePointerObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||