Package jcuda.jnpp.types

Classes for handling the types used in NPP.

See:
          Description

Interface Summary
Npp16s Tagging interface for 16 bit signed types, corresponding to a Java short
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
Npp32s Tagging interface for 32 bit signed types, corresponding to a Java int
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
 

Class Summary
Npp16sc Complex Number This struct represents a short complex number.
Npp32fc Complex Number This struct represents a single floating-point complex number.
Npp32sc Complex Number This struct represents a signed int complex number.
Npp64fc Complex Number This struct represents a double floating-point complex number.
Npp64sc Complex Number This struct represents a long long complex number.
 

Package jcuda.jnpp.types Description

Classes for handling the types used in NPP.

Package Specification

This package contains classes and interfaces for handling the types that are used in NPP. This includes the NPP complex number types, and tagging interfaces for the TypedPointer class.