OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:invert_matrix
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/drd/tests/
matinv.c
265
static elem_t*
invert_matrix
(const elem_t* const a, const int n)
function
347
inv =
invert_matrix
(a, matrix_size);
omp_matinv.c
229
static elem_t*
invert_matrix
(const elem_t* const a, const int n)
function
327
inv =
invert_matrix
(a, matrix_size);
Completed in 52 milliseconds