jcuda.runtime
Class cudaArray

java.lang.Object
  extended by jcuda.runtime.cudaArray

public class cudaArray
extends java.lang.Object

Java port of a cudaArray

See Also:
JCuda.cudaMallocArray(jcuda.runtime.cudaArray, jcuda.runtime.cudaChannelFormatDesc, long, long), JCuda.cudaMalloc3DArray(jcuda.runtime.cudaArray, jcuda.runtime.cudaChannelFormatDesc, jcuda.runtime.cudaExtent), JCuda.cudaFreeArray(jcuda.runtime.cudaArray)

Constructor Summary
cudaArray()
          Creates a new, uninitialized cudaArray
 
Method Summary
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

cudaArray

public cudaArray()
Creates a new, uninitialized cudaArray

Method Detail

toString

public java.lang.String toString()
Returns a String representation of this object.

Overrides:
toString in class java.lang.Object
Returns:
A String representation of this object.