![]() |
DSPLIB User Guide
|
Structure that is reserved for internal use by the kernel.
Definition at line 195 of file DSPLIB_qrd_solver_priv.h.
Data Fields | |
| pFxnDSPLIB_qrd_solver_exec | execute |
| Function pointer to point to the right execution variant between DSPLIB_qrd_solver_exec_cn and DSPLIB_qrd_solver_exec_ci. More... | |
| uint32_t | widthR |
| Size of input buffer for different batches DSPLIB_qrd_solver_init that will be retrieved and used by DSPLIB_qrd_solver_exec More... | |
| uint32_t | heightR |
| Height of input data matrix More... | |
| int32_t | strideQ |
| Stride between rows of Q output data matrix More... | |
| int32_t | strideR |
| Stride between rows of R output data matrix More... | |
| DSPLIB_matTrans_PrivArgs | pMatTransKerPrivArgs |
| Privargs for the matTrans kernel. More... | |
| uint8_t | bufPblock [DSPLIB_QRD_SOLVER_IXX_IXX_OXX_PBLOCK_SIZE] |
| Buffer to save SE & SA configuration parameters More... | |
| pFxnDSPLIB_qrd_solver_exec DSPLIB_qrd_solver_PrivArgs::execute |
Function pointer to point to the right execution variant between DSPLIB_qrd_solver_exec_cn and DSPLIB_qrd_solver_exec_ci.
Definition at line 199 of file DSPLIB_qrd_solver_priv.h.
| uint32_t DSPLIB_qrd_solver_PrivArgs::widthR |
Size of input buffer for different batches DSPLIB_qrd_solver_init that will be retrieved and used by DSPLIB_qrd_solver_exec
Width of input data matrix
Definition at line 204 of file DSPLIB_qrd_solver_priv.h.
| uint32_t DSPLIB_qrd_solver_PrivArgs::heightR |
Height of input data matrix
Definition at line 206 of file DSPLIB_qrd_solver_priv.h.
| int32_t DSPLIB_qrd_solver_PrivArgs::strideQ |
Stride between rows of Q output data matrix
Definition at line 208 of file DSPLIB_qrd_solver_priv.h.
| int32_t DSPLIB_qrd_solver_PrivArgs::strideR |
Stride between rows of R output data matrix
Definition at line 210 of file DSPLIB_qrd_solver_priv.h.
| DSPLIB_matTrans_PrivArgs DSPLIB_qrd_solver_PrivArgs::pMatTransKerPrivArgs |
Privargs for the matTrans kernel.
Definition at line 212 of file DSPLIB_qrd_solver_priv.h.
| uint8_t DSPLIB_qrd_solver_PrivArgs::bufPblock[DSPLIB_QRD_SOLVER_IXX_IXX_OXX_PBLOCK_SIZE] |
Buffer to save SE & SA configuration parameters
Definition at line 214 of file DSPLIB_qrd_solver_priv.h.