![]() |
DSPLIB User Guide
|
Structure containing the parameters to initialize the kernel.
Definition at line 113 of file DSPLIB_cholesky_inplace.h.
Data Fields | |
| int8_t | funcStyle |
| Variant of the function refer to DSPLIB_FUNCTION_STYLE More... | |
| int32_t | order |
| order of input data More... | |
| int32_t | stride |
| stride of input/output data in ci More... | |
| int32_t | enableTest |
| flag to check for positive definiteness of input matrix More... | |
| int8_t DSPLIB_cholesky_inplace_InitArgs::funcStyle |
Variant of the function refer to DSPLIB_FUNCTION_STYLE
Definition at line 115 of file DSPLIB_cholesky_inplace.h.
| int32_t DSPLIB_cholesky_inplace_InitArgs::order |
order of input data
Definition at line 117 of file DSPLIB_cholesky_inplace.h.
| int32_t DSPLIB_cholesky_inplace_InitArgs::stride |
stride of input/output data in ci
Definition at line 119 of file DSPLIB_cholesky_inplace.h.
| int32_t DSPLIB_cholesky_inplace_InitArgs::enableTest |
flag to check for positive definiteness of input matrix
Definition at line 121 of file DSPLIB_cholesky_inplace.h.