#include <psVector.h>
Definition at line 30 of file psVector.h.
Data Fields | |
| psU8 * | U8 |
| Unsigned 8-bit integer data. | |
| psU16 * | U16 |
| Unsigned 16-bit integer data. | |
| psU32 * | U32 |
| Unsigned 32-bit integer data. | |
| psU64 * | U64 |
| Unsigned 64-bit integer data. | |
| psS8 * | S8 |
| Signed 8-bit integer data. | |
| psS16 * | S16 |
| Signed 16-bit integer data. | |
| psS32 * | S32 |
| Signed 32-bit integer data. | |
| psS64 * | S64 |
| Signed 64-bit integer data. | |
| psF32 * | F32 |
| Single-precision float data. | |
| psF64 * | F64 |
| Double-precision float data. | |
| psC32 * | C32 |
| Single-precision complex data. | |
| psC64 * | C64 |
| Double-precision complex data. | |
|
|
Single-precision complex data.
Definition at line 41 of file psVector.h. |
|
|
Double-precision complex data.
Definition at line 42 of file psVector.h. |
|
|
Single-precision float data.
Definition at line 39 of file psVector.h. |
|
|
Double-precision float data.
Definition at line 40 of file psVector.h. |
|
|
Signed 16-bit integer data.
Definition at line 36 of file psVector.h. |
|
|
Signed 32-bit integer data.
Definition at line 37 of file psVector.h. |
|
|
Signed 64-bit integer data.
Definition at line 38 of file psVector.h. |
|
|
Signed 8-bit integer data.
Definition at line 35 of file psVector.h. |
|
|
Unsigned 16-bit integer data.
Definition at line 32 of file psVector.h. |
|
|
Unsigned 32-bit integer data.
Definition at line 33 of file psVector.h. |
|
|
Unsigned 64-bit integer data.
Definition at line 34 of file psVector.h. |
|
|
Unsigned 8-bit integer data.
Definition at line 31 of file psVector.h. |
1.4.1