Searched refs:M_3 (Results 1 – 5 of 5) sorted by relevance
29 #define M_3(x) x + M_2(2) macro30 #define M_4(x) x + M_3(3)
659 double M_3 = M[3]; in solve_2x2_system() local660 double det = (M_0 * M_3) - (M[1] * M[2]); in solve_2x2_system()665 M_3 += 1e-10; in solve_2x2_system()666 det = (M_0 * M_3) - (M[1] * M[2]); in solve_2x2_system()671 output_vec[0] = M_3 * mult_b0 - M[1] * mult_b1; in solve_2x2_system()
669 \f$ M_3 := {L_1^*}^{-1} M_3 \f$ \n
306 in `M_2` and `M_3` and are also used to derive the DHS. Though the "proof" may