plp_mat_mult_cmplx_instance_q32
Instance structure for 32-bit fix-point parallel complex matrix matrix multiplication. More...
#include <plp_math.h>
Public Attributes
| Name | |
|---|---|
| const int32_t *restrict | pSrcA | 
| const int32_t *restrict | pSrcB | 
| uint32_t | M | 
| uint32_t | N | 
| uint32_t | O | 
| uint32_t | shift | 
| uint32_t | nPE | 
| int32_t *restrict | pDstC | 
Detailed Description
struct plp_mat_mult_cmplx_instance_q32;
Instance structure for 32-bit fix-point parallel complex matrix matrix multiplication.
Public Attributes Documentation
variable pSrcA
const int32_t *__restrict__ pSrcA;
variable pSrcB
const int32_t *__restrict__ pSrcB;
variable M
uint32_t M;
variable N
uint32_t N;
variable O
uint32_t O;
variable shift
uint32_t shift;
variable nPE
uint32_t nPE;
variable pDstC
int32_t *__restrict__ pDstC;
Updated on 2023-03-01 at 16:16:31 +0000