Searched refs:converted_coeffs (Results 1 – 2 of 2) sorted by relevance
110 CoeffsType converted_coeffs(HLine(pl).coeffs()); in lines() local111 converted_coeffs *= line_u.coeffs()(0)/converted_coeffs(0); in lines()112 VERIFY(line_u.coeffs().isApprox(converted_coeffs)); in lines()
111 CoeffsType converted_coeffs = HLine(pl).coeffs(); in lines() local112 converted_coeffs *= (line_u.coeffs()[0])/(converted_coeffs[0]); in lines()113 VERIFY(line_u.coeffs().isApprox(converted_coeffs)); in lines()