DSPLIB User Guide
DSPLIB_cholesky_PrivArgs Struct Reference

Detailed Description

Structure that is reserved for internal use by the kernel.

Definition at line 133 of file DSPLIB_cholesky_priv.h.

Data Fields

pFxnDSPLIB_cholesky_exec execute
 Function pointer to point to the right execution variant between DSPLIB_cholesky_exec_cn and DSPLIB_cholesky_exec_ci.
More...
 
int32_t order
 Order of input buffer for different batches DSPLIB_cholesky_init that will be retrieved and used by DSPLIB_cholesky_exec
More...
 
int32_t stride
 
int32_t strideCn
 
int32_t enableTest
 
int32_t shiftForVecLenDiv
 
uint8_t bufPblock [DSPLIB_cholesky_IXX_IXX_OXX_PBLOCK_SIZE]
 

Field Documentation

◆ execute

pFxnDSPLIB_cholesky_exec DSPLIB_cholesky_PrivArgs::execute

Function pointer to point to the right execution variant between DSPLIB_cholesky_exec_cn and DSPLIB_cholesky_exec_ci.

Definition at line 137 of file DSPLIB_cholesky_priv.h.

◆ order

int32_t DSPLIB_cholesky_PrivArgs::order

Order of input buffer for different batches DSPLIB_cholesky_init that will be retrieved and used by DSPLIB_cholesky_exec

Definition at line 141 of file DSPLIB_cholesky_priv.h.

◆ stride

int32_t DSPLIB_cholesky_PrivArgs::stride

Definition at line 142 of file DSPLIB_cholesky_priv.h.

◆ strideCn

int32_t DSPLIB_cholesky_PrivArgs::strideCn

Definition at line 143 of file DSPLIB_cholesky_priv.h.

◆ enableTest

int32_t DSPLIB_cholesky_PrivArgs::enableTest

Definition at line 144 of file DSPLIB_cholesky_priv.h.

◆ shiftForVecLenDiv

int32_t DSPLIB_cholesky_PrivArgs::shiftForVecLenDiv

Definition at line 145 of file DSPLIB_cholesky_priv.h.

◆ bufPblock

uint8_t DSPLIB_cholesky_PrivArgs::bufPblock[DSPLIB_cholesky_IXX_IXX_OXX_PBLOCK_SIZE]

Definition at line 146 of file DSPLIB_cholesky_priv.h.