Searched defs:inMatArr (Results 1 – 1 of 1) sorted by relevance
735 void QR_decomposition(float *inMatArr, float *resD, int matSizeN, int matSizeM) in QR_decomposition()952 int QR_algorithm(float *inMatArr, float *resD, int matSizeN, int low_accuracy) in QR_algorithm()1299 int unsym_QR_algorithm(float *inMatArr, float *resD, int matSizeN) in unsym_QR_algorithm()