Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c44 static void mat44SwapRows(struct Mat44 *A, uint32_t i, uint32_t j);
482 mat44SwapRows(LU, k, pivot->elem[k]); in mat44DecomposeLup()
502 void mat44SwapRows(struct Mat44 *A, const uint32_t i, const uint32_t j) { in mat44SwapRows() function