OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:invert_matrix
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/clib/
matrix_i.c
44
int
invert_matrix
(covdata **mat, covdata **inv, int dim)
function
/external/valgrind/main/drd/tests/
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);
matinv.c
265
static elem_t*
invert_matrix
(const elem_t* const a, const int n)
function
347
inv =
invert_matrix
(a, matrix_size);
Completed in 54 milliseconds