jcuda.jcublas
Class cublasDiagType

java.lang.Object
  extended by jcuda.jcublas.cublasDiagType

public class cublasDiagType
extends java.lang.Object


Field Summary
static int CUBLAS_DIAG_NON_UNIT
           
static int CUBLAS_DIAG_UNIT
           
 
Method Summary
static java.lang.String stringFor(int n)
          Returns a string representation of the given constant
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CUBLAS_DIAG_NON_UNIT

public static final int CUBLAS_DIAG_NON_UNIT
See Also:
Constant Field Values

CUBLAS_DIAG_UNIT

public static final int CUBLAS_DIAG_UNIT
See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int n)
Returns a string representation of the given constant

Returns:
A string representation of the given constant