OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:delete_matrix
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/clib/
matx_ops.c
51
void
delete_matrix
(covdata **matrix, int dimen)
function
/external/valgrind/main/drd/tests/
omp_matinv.c
52
static void
delete_matrix
(elem_t* const a)
function
240
delete_matrix
(tmp);
341
delete_matrix
(prod);
342
delete_matrix
(inv);
343
delete_matrix
(a);
matinv.c
64
static void
delete_matrix
(elem_t* const a)
function
276
delete_matrix
(tmp);
361
delete_matrix
(prod);
362
delete_matrix
(inv);
363
delete_matrix
(a);
Completed in 1510 milliseconds