Searched refs:lhs_inv (Results 1 – 2 of 2) sorted by relevance
1604 skcms_Matrix3x3 lhs_inv; in gauss_newton_step() local1605 if (!skcms_Matrix3x3_invert(&lhs, &lhs_inv)) { in gauss_newton_step()1610 skcms_Vector3 dP = mv_mul(&lhs_inv, &rhs); in gauss_newton_step()
2057 skcms_Matrix3x3 lhs_inv; in gauss_newton_step() local2058 if (!skcms_Matrix3x3_invert(&lhs, &lhs_inv)) { in gauss_newton_step()2063 skcms_Vector3 dP = mv_mul(&lhs_inv, &rhs); in gauss_newton_step()