Struct SYN_Matrix¶
Fixed-point matrix descriptor (non-owning view). More...
#include <syn_matrix.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t | cols |
| q16_t * | data |
| uint8_t | rows |
Detailed Description¶
Points to caller-owned flat row-major Q16.16 storage. Dimensions are typically compile-time constants, enabling the compiler to constant-fold loop bounds and unroll.
Public Attributes Documentation¶
variable cols¶
Number of columns
variable data¶
Flat row-major storage (caller-owned)
variable rows¶
Number of rows
The documentation for this class was generated from the following file src/syntropic/util/syn_matrix.h