Searched refs:CV_SVD_SYM (Results 1 – 6 of 6) sorted by relevance
936 if( method == CV_SVD || method == CV_SVD_SYM ) in cvInvert()939 if( method == CV_SVD_SYM && src->rows != src->cols ) in cvInvert()943 if( method != CV_SVD_SYM ) in cvInvert()1237 if( method == CV_SVD || method == CV_SVD_SYM ) in cvSolve()1241 if( method == CV_SVD_SYM && src->rows != src->cols ) in cvSolve()1245 if( method != CV_SVD_SYM ) in cvSolve()
1540 method == CV_SVD_SYM ? cv::DECOMP_EIG : cv::DECOMP_LU ); in cvInvert()1554 method == CV_SVD_SYM ? cv::DECOMP_EIG : in cvSolve()
763 #define CV_SVD_SYM 2 macro
1343 #define CV_SVD_SYM 2 macro
1627 ((method == CV_SVD || method == CV_SVD_SYM) && result < threshold) ) in prepare_to_validation()
2578 cvSolve( &AtA, &AtB, &X, CV_SVD_SYM ); in cvStereoRectifyUncalibrated()