jcuda.jcusparse
Class cusparseAction

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

public class cusparseAction
extends java.lang.Object

Indicates whether the operation is performed only on indices or on data and indices.


Field Summary
static int CUSPARSE_ACTION_NUMERIC
          The operation is performed on data and indices.
static int CUSPARSE_ACTION_SYMBOLIC
          The operation is performed only on indices.
 
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_ACTION_SYMBOLIC

public static final int CUSPARSE_ACTION_SYMBOLIC
The operation is performed only on indices.

See Also:
Constant Field Values

CUSPARSE_ACTION_NUMERIC

public static final int CUSPARSE_ACTION_NUMERIC
The operation is performed on data and indices.

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