Searched refs:invert_matrix (Results 1 - 4 of 4) sorted by relevance
/external/srec/srec/clib/ |
H A D | imeld_rd.c | 49 int invert_matrix(covdata **mat, covdata **inv, int dim); 167 invert_matrix(prep->imelda, prep->inverse, prep->dim);
|
H A D | matrix_i.c | 44 int invert_matrix(covdata **mat, covdata **inv, int dim) function
|
/external/valgrind/main/drd/tests/ |
H A D | matinv.c | 265 static elem_t* invert_matrix(const elem_t* const a, const int n) function 347 inv = invert_matrix(a, matrix_size);
|
H A D | 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 121 milliseconds