Searched refs:resD (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wls/ |
| 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);
|
| D | wls_QR_algorithm.c | 735 void QR_decomposition(float *inMatArr, float *resD, int matSizeN, int matSizeM) in QR_decomposition() argument 743 float *Qmat = resD; // Qmat[matSizeN*matSizeN] in QR_decomposition() 878 float *Qmat = resD; // Qmat[matSizeN*matSizeN] in QR_decomposition() 952 int QR_algorithm(float *inMatArr, float *resD, int matSizeN, int low_accuracy) in QR_algorithm() argument 963 float *eigVals = resD; in QR_algorithm() 1299 int unsym_QR_algorithm(float *inMatArr, float *resD, int matSizeN) in unsym_QR_algorithm() argument 1308 float *eigVals = resD; in unsym_QR_algorithm()
|