jcuda.jcusparse
Class cusparseFillMode

java.lang.Object
  extended by jcuda.jcusparse.cusparseFillMode

public class cusparseFillMode
extends java.lang.Object

Indicates if the lower or upper part of a matrix is stored in sparse storage.


Field Summary
static int CUSPARSE_FILL_MODE_LOWER
          The lower triangular part is stored.
static int CUSPARSE_FILL_MODE_UPPER
          The upper triangular part is stored.
 
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

CUSPARSE_FILL_MODE_LOWER

public static final int CUSPARSE_FILL_MODE_LOWER
The lower triangular part is stored.

See Also:
Constant Field Values

CUSPARSE_FILL_MODE_UPPER

public static final int CUSPARSE_FILL_MODE_UPPER
The upper triangular part is stored.

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