DSPLIB User Guide
DSPLIB_lud_invInitArgs Struct Reference

Detailed Description

Structure containing the parameters to initialize the kernel.

Definition at line 111 of file DSPLIB_lud_inv.h.

Data Fields

int8_t funcStyle
 Variant of the function refer to DSPLIB_FUNCTION_STYLE
More...
 
int32_t order
 Size of input data. More...
 

Field Documentation

◆ funcStyle

int8_t DSPLIB_lud_invInitArgs::funcStyle

Variant of the function refer to DSPLIB_FUNCTION_STYLE

Definition at line 113 of file DSPLIB_lud_inv.h.

◆ order

int32_t DSPLIB_lud_invInitArgs::order

Size of input data.

  • order => Order of input matrix

Definition at line 116 of file DSPLIB_lud_inv.h.