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