OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mat33SwapRows
(Results
1 - 2
of
2
) sorted by null
/device/google/contexthub/firmware/inc/algos/
mat.h
80
void
mat33SwapRows
(struct Mat33 *A, const uint32_t i, const uint32_t j);
/device/google/contexthub/firmware/src/algos/
mat.c
266
mat33SwapRows
(LU, k, pivot->elem[k]);
286
void
mat33SwapRows
(struct Mat33 *A, const uint32_t i, const uint32_t j)
440
mat33SwapRows
(eigenvecs, k, m);
Completed in 31 milliseconds