jcuda.jcusparse
Class cusparseMatrixType

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

public class cusparseMatrixType
extends java.lang.Object


Field Summary
static int CUSPARSE_MATRIX_TYPE_GENERAL
           
static int CUSPARSE_MATRIX_TYPE_HERMITIAN
           
static int CUSPARSE_MATRIX_TYPE_SYMMETRIC
           
static int CUSPARSE_MATRIX_TYPE_TRIANGULAR
           
 
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_MATRIX_TYPE_GENERAL

public static final int CUSPARSE_MATRIX_TYPE_GENERAL
See Also:
Constant Field Values

CUSPARSE_MATRIX_TYPE_SYMMETRIC

public static final int CUSPARSE_MATRIX_TYPE_SYMMETRIC
See Also:
Constant Field Values

CUSPARSE_MATRIX_TYPE_HERMITIAN

public static final int CUSPARSE_MATRIX_TYPE_HERMITIAN
See Also:
Constant Field Values

CUSPARSE_MATRIX_TYPE_TRIANGULAR

public static final int CUSPARSE_MATRIX_TYPE_TRIANGULAR
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