public class cudaArray extends NativePointerObject
| Constructor and Description |
|---|
cudaArray()
Creates a new, uninitialized cudaArray
|
cudaArray(CUarray array)
Creates a cudaArray for the given
CUarray. |
| Modifier and Type | Method and Description |
|---|---|
String |
toString()
Returns a String representation of this object.
|
equals, getNativePointer, hashCodepublic String toString()
toString in class NativePointerObjectCopyright © 2016. All rights reserved.