Data Fields
APULPF3_ComplexMatrix Struct Reference

APULPF3 Matrix Struct. More...

#include <APULPF3.h>

Data Fields

complex float * data
 
uint16_t rows
 
uint16_t cols
 

Detailed Description

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.

Note
When allocating memory for this struct, provide at least: sizeof(complex float)* rows * cols bytes, where rows is APULPF3_ComplexMatrix.rows and cols is APULPF3_ComplexMatrix.cols.

Field Documentation

§ data

complex float* APULPF3_ComplexMatrix::data

Pointer to the matrix data.

§ rows

uint16_t APULPF3_ComplexMatrix::rows

Number of rows in the matrix.

§ cols

uint16_t APULPF3_ComplexMatrix::cols

Number of columns in the matrix.


The documentation for this struct was generated from the following file:
© Copyright 1995-2025, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale