![]() |
DSPLIB User Guide
|
Structure that is reserved for internal use by the kernel.
Definition at line 205 of file DSPLIB_lud_sol_priv.h.
Data Fields | |
| pFxnDSPLIB_lud_sol_exec | execute |
| Function pointer to point to the right execution variant between DSPLIB_lud_sol_exec_cn and DSPLIB_lud_sol_exec_ci. More... | |
| int32_t | order |
| Size of input buffer for different batches DSPLIB_lud_sol_init that will be retrieved and used by DSPLIB_lud_sol_exec More... | |
| int32_t | strideOrder |
| Stride between rows of input and output data matrix More... | |
| int32_t | strideP |
| Stride between rows of input data matrix P More... | |
| int32_t | strideVec |
| Stride between rows of scratch data matrix More... | |
| DSPLIB_matTrans_PrivArgs | pMatTransKerPrivArgs |
| Privargs for the matTrans kernel. More... | |
| uint8_t | bufPblock [DSPLIB_LUD_SOL_IXX_IXX_OXX_PBLOCK_SIZE] |
| Buffer to save SE & SA configuration parameters More... | |
| pFxnDSPLIB_lud_sol_exec DSPLIB_lud_sol_PrivArgs::execute |
Function pointer to point to the right execution variant between DSPLIB_lud_sol_exec_cn and DSPLIB_lud_sol_exec_ci.
Definition at line 209 of file DSPLIB_lud_sol_priv.h.
| int32_t DSPLIB_lud_sol_PrivArgs::order |
Size of input buffer for different batches DSPLIB_lud_sol_init that will be retrieved and used by DSPLIB_lud_sol_exec
order of the input data matrix A
Definition at line 214 of file DSPLIB_lud_sol_priv.h.
| int32_t DSPLIB_lud_sol_PrivArgs::strideOrder |
Stride between rows of input and output data matrix
Definition at line 216 of file DSPLIB_lud_sol_priv.h.
| int32_t DSPLIB_lud_sol_PrivArgs::strideP |
Stride between rows of input data matrix P
Definition at line 218 of file DSPLIB_lud_sol_priv.h.
| int32_t DSPLIB_lud_sol_PrivArgs::strideVec |
Stride between rows of scratch data matrix
Definition at line 220 of file DSPLIB_lud_sol_priv.h.
| DSPLIB_matTrans_PrivArgs DSPLIB_lud_sol_PrivArgs::pMatTransKerPrivArgs |
Privargs for the matTrans kernel.
Definition at line 222 of file DSPLIB_lud_sol_priv.h.
| uint8_t DSPLIB_lud_sol_PrivArgs::bufPblock[DSPLIB_LUD_SOL_IXX_IXX_OXX_PBLOCK_SIZE] |
Buffer to save SE & SA configuration parameters
Definition at line 224 of file DSPLIB_lud_sol_priv.h.