![]() |
DSPLIB User Guide
|
Structure containing the parameters to initialize the kernel.
Definition at line 129 of file DSPLIB_svd.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. More... | |
| uint32_t | dimY |
| Size of input data dimY => Number of rows. 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_svdInitArgs::funcStyle |
Variant of the function refer to DSPLIB_FUNCTION_STYLE
Definition at line 131 of file DSPLIB_svd.h.
| uint32_t DSPLIB_svdInitArgs::dimX |
Size of input data dimX => Number of columns.
Definition at line 133 of file DSPLIB_svd.h.
| uint32_t DSPLIB_svdInitArgs::dimY |
Size of input data dimY => Number of rows.
Definition at line 135 of file DSPLIB_svd.h.
| uint32_t DSPLIB_svdInitArgs::enableReducedForm |
Flag to activate reduced form calculation | 1 => REDUCED FORM | 0 => NON-REDUCED FORM.
Definition at line 137 of file DSPLIB_svd.h.
| uint32_t DSPLIB_svdInitArgs::strideURows |
Stride value for U matrix in the transposed form.
Definition at line 139 of file DSPLIB_svd.h.
| uint32_t DSPLIB_svdInitArgs::strideVRows |
Stride value for V matrix in the transposed form.
Definition at line 141 of file DSPLIB_svd.h.