Searched refs:M_3 (Results 1 – 4 of 4) sorted by relevance
29 #define M_3(x) x + M_2(2) macro30 #define M_4(x) x + M_3(3)
528 double M_3 = M[3]; in solve_2x2_system() local529 double det = (M_0 * M_3) - (M[1] * M[2]); in solve_2x2_system()534 M_3 += 1e-10; in solve_2x2_system()535 det = (M_0 * M_3) - (M[1] * M[2]); in solve_2x2_system()540 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
304 in `M_2` and `M_3` and are also used to derive the DHS. Though the "proof" may