Searched refs:mat44SwapRows (Results 1 – 1 of 1) sorted by relevance
44 static void mat44SwapRows(struct Mat44 *A, uint32_t i, uint32_t j);472 mat44SwapRows(LU, k, pivot->elem[k]); in mat44DecomposeLup()492 void mat44SwapRows(struct Mat44 *A, const uint32_t i, const uint32_t j) { in mat44SwapRows() function