![]() |
DSPLIB User Guide
|
Structure containing the parameters to initialize the kernel.
Definition at line 137 of file DSPLIB_svd_small.h.
Data Fields | |
| int8_t | funcStyle |
| Variant of the function refer to DSPLIB_FUNCTION_STYLE More... | |
| uint32_t | dimX |
| Size of input data dimX => Number of columns ( = 6 or 7) More... | |
| uint32_t | dimY |
| Size of input data dimY => Number of rows ( = 6 only) More... | |
| uint32_t | enableReducedForm |
| Flag to activate reduced form calculation | 1 => REDUCED FORM | 0 => NON-REDUCED FORM. More... | |
| uint32_t | strideURows |
| Stride value for U matrix in the transposed form. More... | |
| uint32_t | strideVRows |
| Stride value for V matrix in the transposed form. More... | |
| int8_t DSPLIB_svd_small_InitArgs::funcStyle |
Variant of the function refer to DSPLIB_FUNCTION_STYLE
Definition at line 139 of file DSPLIB_svd_small.h.
| uint32_t DSPLIB_svd_small_InitArgs::dimX |
Size of input data dimX => Number of columns ( = 6 or 7)
Definition at line 141 of file DSPLIB_svd_small.h.
| uint32_t DSPLIB_svd_small_InitArgs::dimY |
Size of input data dimY => Number of rows ( = 6 only)
Definition at line 143 of file DSPLIB_svd_small.h.
| uint32_t DSPLIB_svd_small_InitArgs::enableReducedForm |
Flag to activate reduced form calculation | 1 => REDUCED FORM | 0 => NON-REDUCED FORM.
Definition at line 145 of file DSPLIB_svd_small.h.
| uint32_t DSPLIB_svd_small_InitArgs::strideURows |
Stride value for U matrix in the transposed form.
Definition at line 147 of file DSPLIB_svd_small.h.
| uint32_t DSPLIB_svd_small_InitArgs::strideVRows |
Stride value for V matrix in the transposed form.
Definition at line 149 of file DSPLIB_svd_small.h.