jcuda.jcusparse
Class cusparseMatrixType
java.lang.Object
jcuda.jcusparse.cusparseMatrixType
public class cusparseMatrixType
- extends java.lang.Object
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 |
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
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