DSPLIB User Guide
DSPLIB_cholesky_inplace_PrivArgs Struct Reference

Detailed Description

Structure that is reserved for internal use by the kernel.

Definition at line 132 of file DSPLIB_cholesky_inplace_priv.h.

Data Fields

pFxnDSPLIB_cholesky_inplace_exec execute
 Function pointer to point to the right execution variant between DSPLIB_cholesky_inplace_exec_cn and DSPLIB_cholesky_inplace_exec_ci.
More...
 
int32_t order
 Order of input buffer for different batches DSPLIB_cholesky_inplace_init that will be retrieved and used by DSPLIB_cholesky_inplace_exec
More...
 
int32_t stride
 
int32_t enableTest
 
int32_t shiftForVecLenDiv
 
uint8_t bufPblock [DSPLIB_CHOLESKY_INPLACE_IXX_IXX_OXX_PBLOCK_SIZE]
 

Field Documentation

◆ execute

pFxnDSPLIB_cholesky_inplace_exec DSPLIB_cholesky_inplace_PrivArgs::execute

Function pointer to point to the right execution variant between DSPLIB_cholesky_inplace_exec_cn and DSPLIB_cholesky_inplace_exec_ci.

Definition at line 136 of file DSPLIB_cholesky_inplace_priv.h.

◆ order

int32_t DSPLIB_cholesky_inplace_PrivArgs::order

Order of input buffer for different batches DSPLIB_cholesky_inplace_init that will be retrieved and used by DSPLIB_cholesky_inplace_exec

Definition at line 140 of file DSPLIB_cholesky_inplace_priv.h.

◆ stride

int32_t DSPLIB_cholesky_inplace_PrivArgs::stride

Definition at line 141 of file DSPLIB_cholesky_inplace_priv.h.

◆ enableTest

int32_t DSPLIB_cholesky_inplace_PrivArgs::enableTest

Definition at line 142 of file DSPLIB_cholesky_inplace_priv.h.

◆ shiftForVecLenDiv

int32_t DSPLIB_cholesky_inplace_PrivArgs::shiftForVecLenDiv

Definition at line 143 of file DSPLIB_cholesky_inplace_priv.h.

◆ bufPblock

uint8_t DSPLIB_cholesky_inplace_PrivArgs::bufPblock[DSPLIB_CHOLESKY_INPLACE_IXX_IXX_OXX_PBLOCK_SIZE]

Definition at line 144 of file DSPLIB_cholesky_inplace_priv.h.