jcuda.jcusparse
Class cusparseDirection

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

public class cusparseDirection
extends java.lang.Object

Indicates whether the elements of a dense matrix should be parsed by rows or by columns.


Field Summary
static int CUSPARSE_DIRECTION_COLUMN
          The matrix should be parsed by columns
static int CUSPARSE_DIRECTION_ROW
          The matrix should be parsed by rows.
 
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_DIRECTION_ROW

public static final int CUSPARSE_DIRECTION_ROW
The matrix should be parsed by rows.

See Also:
Constant Field Values

CUSPARSE_DIRECTION_COLUMN

public static final int CUSPARSE_DIRECTION_COLUMN
The matrix should be parsed by columns

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