jcuda.jcusparse
Class cusparseOperation

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

public class cusparseOperation
extends java.lang.Object

Indicates which operations need to be performed with the sparse matrix.


Field Summary
static int CUSPARSE_OPERATION_CONJUGATE_TRANSPOSE
          The conjugate transpose operation is selected.
static int CUSPARSE_OPERATION_NON_TRANSPOSE
          The non-transpose operation is selected.
static int CUSPARSE_OPERATION_TRANSPOSE
          The transpose operation is selected.
 
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_OPERATION_NON_TRANSPOSE

public static final int CUSPARSE_OPERATION_NON_TRANSPOSE
The non-transpose operation is selected.

See Also:
Constant Field Values

CUSPARSE_OPERATION_TRANSPOSE

public static final int CUSPARSE_OPERATION_TRANSPOSE
The transpose operation is selected.

See Also:
Constant Field Values

CUSPARSE_OPERATION_CONJUGATE_TRANSPOSE

public static final int CUSPARSE_OPERATION_CONJUGATE_TRANSPOSE
The conjugate transpose operation is selected.

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