DSPLIB User Guide
DSPLIB_cholesky_solver_PrivArgs Struct Reference

Detailed Description

Structure that is reserved for internal use by the kernel.

Definition at line 164 of file DSPLIB_cholesky_solver_priv.h.

Data Fields

pFxnDSPLIB_cholesky_solver_exec execute
 Function pointer to point to the right execution variant between DSPLIB_cholesky_solver_exec_cn and DSPLIB_cholesky_solver_exec_ci.
More...
 
int32_t order
 Order of input buffer for different batches DSPLIB_cholesky_solver_init that will be retrieved and used by DSPLIB_cholesky_solver_exec
More...
 
int32_t stride
 
int32_t strideCn
 
uint8_t bufPblock [DSPLIB_CHOLESKY_SOLVER_IXX_IXX_OXX_PBLOCK_SIZE]
 
DSPLIB_matTrans_PrivArgs matTransPrivArgs
 Struture to store privArgs for matTrans kernel. More...
 

Field Documentation

◆ execute

pFxnDSPLIB_cholesky_solver_exec DSPLIB_cholesky_solver_PrivArgs::execute

Function pointer to point to the right execution variant between DSPLIB_cholesky_solver_exec_cn and DSPLIB_cholesky_solver_exec_ci.

Definition at line 168 of file DSPLIB_cholesky_solver_priv.h.

◆ order

int32_t DSPLIB_cholesky_solver_PrivArgs::order

Order of input buffer for different batches DSPLIB_cholesky_solver_init that will be retrieved and used by DSPLIB_cholesky_solver_exec

Definition at line 172 of file DSPLIB_cholesky_solver_priv.h.

◆ stride

int32_t DSPLIB_cholesky_solver_PrivArgs::stride

Definition at line 173 of file DSPLIB_cholesky_solver_priv.h.

◆ strideCn

int32_t DSPLIB_cholesky_solver_PrivArgs::strideCn

Definition at line 174 of file DSPLIB_cholesky_solver_priv.h.

◆ bufPblock

uint8_t DSPLIB_cholesky_solver_PrivArgs::bufPblock[DSPLIB_CHOLESKY_SOLVER_IXX_IXX_OXX_PBLOCK_SIZE]

Definition at line 175 of file DSPLIB_cholesky_solver_priv.h.

◆ matTransPrivArgs

DSPLIB_matTrans_PrivArgs DSPLIB_cholesky_solver_PrivArgs::matTransPrivArgs

Struture to store privArgs for matTrans kernel.

Definition at line 177 of file DSPLIB_cholesky_solver_priv.h.