Searched refs:inMatArr (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wls/ |
| D | wls_QR_algorithm.c | 735 void QR_decomposition(float *inMatArr, float *resD, int matSizeN, int matSizeM) in QR_decomposition() argument 742 float *R_MATR = inMatArr; in QR_decomposition() 877 float *R_MATR = inMatArr; in QR_decomposition() 952 int QR_algorithm(float *inMatArr, float *resD, int matSizeN, int low_accuracy) in QR_algorithm() argument 995 xVec = inMatArr + 1; in QR_algorithm() 1009 ldPtr = inMatArr + (kk * MAX_MAT_SIZE + (ii + kk)); in QR_algorithm() 1045 strPtr = inMatArr + ((kk)*MAX_MAT_SIZE + (kk - 1)); in QR_algorithm() 1060 ldPtr = inMatArr + (ii + kk) * MAX_MAT_SIZE + (ii + kk); in QR_algorithm() 1073 strPtr = inMatArr + kk * MAX_MAT_SIZE + (ii + kk); in QR_algorithm() 1158 xVec = inMatArr + kk + (kk - 1) * MAX_MAT_SIZE; in QR_algorithm() [all …]
|
| D | wls_QR_algorithm.h | 31 int QR_algorithm(float *inMatArr, float *resD, int matSizeN, int low_accuracy); 34 int unsym_QR_algorithm(float *inMatArr, float *resD, int matSizeN); 37 void QR_decomposition(float *inMatArr, float *resD, int matSizeN, int matSizeM);
|