Searched refs:mat44SwapRows (Results 1 – 2 of 2) sorted by relevance
94 void mat44SwapRows(struct Mat44 *A, const uint32_t i, const uint32_t j);
519 mat44SwapRows(LU, k, pivot->elem[k]); in mat44DecomposeLup()539 void mat44SwapRows(struct Mat44 *A, const uint32_t i, const uint32_t j) in mat44SwapRows() function