Searched refs:C_MATR (Results 1 – 1 of 1) sorted by relevance
696 void myBackSub(float *C_MATR, float *R_MATR, float *X_MAT, int matSizeN, int matSizeM) in myBackSub() argument710 tempVal = C_MATR[row_idx + kk * MAX_MAT_SIZE]; in myBackSub()