![]() |
![]() |
APULPF3 Matrix Struct. More...
#include <APULPF3.h>
Data Fields | |
| complex float * | data |
| uint16_t | rows |
| uint16_t | cols |
APULPF3 Matrix Struct.
Struct representing a column-major Matrix data type. Column-major means that for an NxN matrix, N columns of size N will be stored after each other in memory.
| complex float* APULPF3_ComplexMatrix::data |
Pointer to the matrix data.
| uint16_t APULPF3_ComplexMatrix::rows |
Number of rows in the matrix.
| uint16_t APULPF3_ComplexMatrix::cols |
Number of columns in the matrix.