jcuda.jcusparse
Class cusparseMatrixType

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

public class cusparseMatrixType
extends java.lang.Object

Indicates the type of matrix stored in sparse storage.


Field Summary
static int CUSPARSE_MATRIX_TYPE_GENERAL
          The matrix is general.
static int CUSPARSE_MATRIX_TYPE_HERMITIAN
          The matrix is Hermitian.
static int CUSPARSE_MATRIX_TYPE_SYMMETRIC
          The matrix is symmetric.
static int CUSPARSE_MATRIX_TYPE_TRIANGULAR
          The matrix is 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
The matrix is general.

See Also:
Constant Field Values

CUSPARSE_MATRIX_TYPE_SYMMETRIC

public static final int CUSPARSE_MATRIX_TYPE_SYMMETRIC
The matrix is symmetric.

See Also:
Constant Field Values

CUSPARSE_MATRIX_TYPE_HERMITIAN

public static final int CUSPARSE_MATRIX_TYPE_HERMITIAN
The matrix is Hermitian.

See Also:
Constant Field Values

CUSPARSE_MATRIX_TYPE_TRIANGULAR

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