Searched refs:invert_matrix (Results 1 – 4 of 4) sorted by relevance
/external/srec/srec/clib/ |
D | imeld_rd.c | 49 int invert_matrix(covdata **mat, covdata **inv, int dim); 167 invert_matrix(prep->imelda, prep->inverse, prep->dim); in init_newton_transform()
|
D | matrix_i.c | 44 int invert_matrix(covdata **mat, covdata **inv, int dim) in invert_matrix() function
|
/external/valgrind/main/drd/tests/ |
D | omp_matinv.c | 229 static elem_t* invert_matrix(const elem_t* const a, const int n) in invert_matrix() function 327 inv = invert_matrix(a, matrix_size); in main()
|
D | matinv.c | 265 static elem_t* invert_matrix(const elem_t* const a, const int n) in invert_matrix() function 347 inv = invert_matrix(a, matrix_size); in main()
|