Searched refs:DECOMP_QR (Results 1 – 5 of 5) sorted by relevance
143 DECOMP_QR = 4, enumerator
1196 if( method == DECOMP_QR ) in solve()1555 A.rows > A.cols ? cv::DECOMP_QR : cv::DECOMP_LU) + (is_normal ? cv::DECOMP_NORMAL : 0) ); in cvSolve()
370 solve(A, b, X, DECOMP_QR); in find_betas_and_focal_approx_2()
113 DECOMP_QR = 4, field in Core
1762 assertTrue(Core.solve(a, b, dst, Core.DECOMP_QR | Core.DECOMP_NORMAL)); in testSolveMatMatMatInt()