jcuda.jcublas
Class cublasFillMode

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

public class cublasFillMode
extends java.lang.Object

Indicates which part (lower or upper) of the dense matrix was filled and consequently should be used by the function


Field Summary
static int CUBLAS_FILL_MODE_LOWER
          The lower part of the matrix is filled
static int CUBLAS_FILL_MODE_UPPER
          The upper part of the matrix is filled
 
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_FILL_MODE_LOWER

public static final int CUBLAS_FILL_MODE_LOWER
The lower part of the matrix is filled

See Also:
Constant Field Values

CUBLAS_FILL_MODE_UPPER

public static final int CUBLAS_FILL_MODE_UPPER
The upper part of the matrix is filled

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