DSPLIB User Guide
DSPLIB_ludInitArgs Struct Reference

Detailed Description

Structure containing the parameters to initialize the kernel.

Definition at line 117 of file DSPLIB_lud.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_ludInitArgs::funcStyle

Variant of the function refer to DSPLIB_FUNCTION_STYLE

Definition at line 119 of file DSPLIB_lud.h.

◆ order

int32_t DSPLIB_ludInitArgs::order

Size of input data.

  • order => Order of input matrix A

Definition at line 122 of file DSPLIB_lud.h.