plp_mat_trans_instance_i16
Instance structure for integer parallel matrix transpose. More...
#include <plp_math.h>
Public Attributes
Name | |
---|---|
const int16_t *restrict | pSrc |
uint32_t | M |
uint32_t | N |
uint32_t | nPE |
int16_t *restrict | pDst |
Detailed Description
struct plp_mat_trans_instance_i16;
Instance structure for integer parallel matrix transpose.
Public Attributes Documentation
variable pSrc
const int16_t *__restrict__ pSrc;
variable M
uint32_t M;
variable N
uint32_t N;
variable nPE
uint32_t nPE;
variable pDst
int16_t *__restrict__ pDst;
Updated on 2023-03-01 at 16:16:31 +0000