![]() |
![]() |
APULPF3 Vector Struct. More...
#include <APULPF3.h>
Data Fields | |
| complex float * | data |
| uint16_t | size |
APULPF3 Vector Struct.
Struct representing a Vector data type. Vectors are stored in memory as an array.
| complex float* APULPF3_ComplexVector::data |
Pointer to the vector data.
| uint16_t APULPF3_ComplexVector::size |
Length of the vector.