Searched refs:mat44Solve (Results 1 – 3 of 3) sorted by relevance
165 void mat44Solve(const struct Mat44 *A, struct Vec4 *x, const struct Vec4 *b,
97 mat44Solve(&A, &out, &b, &pivot); in kasaFit()
519 void mat44Solve(const struct Mat44 *A, struct Vec4 *x, const struct Vec4 *b, in mat44Solve() function