|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.jcudpp.CUDPPOperator
public class CUDPPOperator
Operators supported by CUDPP algorithms (currently scan and segmented
scan).
These are all binary associative operators.
CUDPPConfiguration,
JCudpp.cudppPlan(jcuda.jcudpp.CUDPPHandle, jcuda.jcudpp.CUDPPHandle, jcuda.jcudpp.CUDPPConfiguration, long, long, long)| Field Summary | |
|---|---|
static int |
CUDPP_ADD
Addition of two operands |
static int |
CUDPP_MAX
Maximum of two operands |
static int |
CUDPP_MIN
Minimum of two operands |
static int |
CUDPP_MULTIPLY
Multiplication of two operands |
static int |
CUDPP_OPERATOR_INVALID
Invalid operator (must be last in list) |
| Method Summary | |
|---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given CUDPPOperator |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CUDPP_ADD
public static final int CUDPP_MULTIPLY
public static final int CUDPP_MIN
public static final int CUDPP_MAX
public static final int CUDPP_OPERATOR_INVALID
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
n - The CUDPPOperator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||