Home
last modified time | relevance | path

Searched refs:resD (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_QR_algorithm.h31 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);
Dwls_QR_algorithm.c735 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()