Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/algos/common/math/
Dmat.c39 static void mat33SwapRows(struct Mat33 *A, uint32_t i, uint32_t j);
287 void mat33SwapRows(struct Mat33 *A, const uint32_t i, const uint32_t j) { in mat33SwapRows() function
403 mat33SwapRows(eigenvecs, k, m); in mat33GetEigenbasis()