| Package | Description |
|---|---|
| jcuda.jnpp |
Contains the classes of JNpp.
|
| jcuda.jnpp.types |
Classes for handling the types used in NPP.
|
| Class and Description |
|---|
| 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 |
| Npp64fc
Complex Number
This struct represents a double floating-point complex number.
|
| Npp64s
Tagging interface for 64 bit signed types, corresponding
to a Java
long |
| Npp64sc
Complex Number
This struct represents a long long complex number.
|
| 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 and Description |
|---|
| NppType
Base type for all NPP tagging types
|