Searched refs:invert_matrix (Results 1 - 4 of 4) sorted by relevance

/external/srec/srec/clib/
H A Dimeld_rd.c49 int invert_matrix(covdata **mat, covdata **inv, int dim);
167 invert_matrix(prep->imelda, prep->inverse, prep->dim);
H A Dmatrix_i.c44 int invert_matrix(covdata **mat, covdata **inv, int dim) function
/external/valgrind/main/drd/tests/
H A Dmatinv.c265 static elem_t* invert_matrix(const elem_t* const a, const int n) function
347 inv = invert_matrix(a, matrix_size);
H A Domp_matinv.c229 static elem_t* invert_matrix(const elem_t* const a, const int n) function
327 inv = invert_matrix(a, matrix_size);

Completed in 174 milliseconds