jcuda.jcublas
Class cublasHandle

java.lang.Object
  extended by jcuda.NativePointerObject
      extended by jcuda.jcublas.cublasHandle

public class cublasHandle
extends jcuda.NativePointerObject

Java port of a cublasHandle


Constructor Summary
cublasHandle()
          Creates a new, uninitialized cublasHandle
 
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

cublasHandle

public cublasHandle()
Creates a new, uninitialized cublasHandle

Method Detail

toString

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

Overrides:
toString in class jcuda.NativePointerObject
Returns:
A String representation of this object.