Searched refs:mat44DecomposeLup (Results 1 – 3 of 3) sorted by relevance
160 void mat44DecomposeLup(struct Mat44 *LU, struct Size4 *pivot);
94 mat44DecomposeLup(&A, &pivot); in kasaFit()
465 void mat44DecomposeLup(struct Mat44 *LU, struct Size4 *pivot) { in mat44DecomposeLup() function