plp_mat_inv_instance_f32
Instance structure for floating-point parallel matrix inversion. More...
#include <plp_math.h>
Public Attributes
Detailed Description
struct plp_mat_inv_instance_f32;
Instance structure for floating-point parallel matrix inversion.
Public Attributes Documentation
variable pSrc
float *__restrict__ pSrc;
variable pDst
float *__restrict__ pDst;
variable flag
uint32_t *__restrict__ flag;
variable N
uint32_t N;
variable nPE
uint32_t nPE;
Updated on 2023-03-01 at 16:16:31 +0000