DSPLIB User Guide
DSPLIB_lud_solInitArgs Struct Reference

Detailed Description

Structure containing the parameters to initialize the kernel.

Definition at line 110 of file DSPLIB_lud_sol.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_solInitArgs::funcStyle

Variant of the function refer to DSPLIB_FUNCTION_STYLE

Definition at line 112 of file DSPLIB_lud_sol.h.

◆ order

int32_t DSPLIB_lud_solInitArgs::order

Size of input data.

  • order => Order of input matrix A

Definition at line 115 of file DSPLIB_lud_sol.h.