|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jcudpp.CUDPPDatatype
public class CUDPPDatatype
Datatypes supported by CUDPP algorithms.
CUDPPConfiguration
,
JCudpp.cudppPlan(jcuda.jcudpp.CUDPPHandle, jcuda.jcudpp.CUDPPHandle, jcuda.jcudpp.CUDPPConfiguration, long, long, long)
Field Summary | |
---|---|
static int |
CUDPP_CHAR
Character type (C char) - Closest Java type: byte |
static int |
CUDPP_DATATYPE_INVALID
Invalid datatype (must be last in list) |
static int |
CUDPP_DOUBLE
Double type (C double) |
static int |
CUDPP_FLOAT
Float type (C float) - Closest Java type: float |
static int |
CUDPP_INT
Integer type (C int) - Closest Java type: int |
static int |
CUDPP_LONGLONG
64-bit integer type (C long long) |
static int |
CUDPP_UCHAR
Unsigned character (byte) type (C unsigned char) - Closest Java type: byte |
static int |
CUDPP_UINT
Unsigned integer type (C unsigned int) - Closest Java type: int |
static int |
CUDPP_ULONGLONG
64-bit unsigned integer type (C unsigned long long) |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUDPPDatatype |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CUDPP_CHAR
public static final int CUDPP_UCHAR
public static final int CUDPP_INT
public static final int CUDPP_UINT
public static final int CUDPP_FLOAT
public static final int CUDPP_DOUBLE
public static final int CUDPP_LONGLONG
public static final int CUDPP_ULONGLONG
public static final int CUDPP_DATATYPE_INVALID
Method Detail |
---|
public static java.lang.String stringFor(int n)
n
- The CUDPPDatatype
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |