Uses of Package
jcuda.jnpp.types

Packages that use jcuda.jnpp.types
jcuda.jnpp Contains the classes of JNpp. 
jcuda.jnpp.types Classes for handling the types used in NPP. 
 

Classes in jcuda.jnpp.types used by jcuda.jnpp
Npp16s
          Tagging interface for 16 bit signed types, corresponding to a Java short
Npp16sc
           Complex Number This struct represents a short complex number.
Npp16u
          Tagging interface for 16 bit unsigned types, corresponding to a Java short
Npp32f
          Tagging interface for 32 bit floating point types, corresponding to a Java float
Npp32fc
           Complex Number This struct represents a single floating-point complex number.
Npp32s
          Tagging interface for 32 bit signed types, corresponding to a Java int
Npp32sc
           Complex Number This struct represents a signed int complex number.
Npp32u
          Tagging interface for 32 bit unsigned types, corresponding to a Java int
Npp64f
          Tagging interface for 64 bit floating point types, corresponding to a Java double
Npp64s
          Tagging interface for 64 bit signed types, corresponding to a Java long
Npp64u
          Tagging interface for 64 bit unsigned types, corresponding to a Java long
Npp8s
          Tagging interface for 8 bit signed types, corresponding to a Java byte
Npp8u
          Tagging interface for 8 bit unsigned types, corresponding to a Java byte
NppType
          Base type for all NPP tagging types
 

Classes in jcuda.jnpp.types used by jcuda.jnpp.types
NppType
          Base type for all NPP tagging types