Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/inc/algos/
Dmat.h94 void mat44SwapRows(struct Mat44 *A, const uint32_t i, const uint32_t j);
/device/google/contexthub/firmware/src/algos/
Dmat.c519 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