jcuda.jnpp
Class NppsZCType

java.lang.Object
  extended by jcuda.jnpp.NppsZCType

public class NppsZCType
extends java.lang.Object

Java port of the NppsZCType constants


Field Summary
static int nppZCC
          Sign change count_0
static int nppZCR
          Sign change
static int nppZCXor
          Sign change XOR
 
Method Summary
static java.lang.String stringFor(int n)
          Returns a string representation of the given constant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nppZCR

public static final int nppZCR
Sign change

See Also:
Constant Field Values

nppZCXor

public static final int nppZCXor
Sign change XOR

See Also:
Constant Field Values

nppZCC

public static final int nppZCC
Sign change count_0

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