Home
last modified time | relevance | path

Searched refs:CV_LU (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dcore_c.h1341 #define CV_LU 0 macro
1350 int method CV_DEFAULT(CV_LU));
1356 int method CV_DEFAULT(CV_LU));
/dports/graphics/opencv/opencv-4.5.3/modules/core/test/
H A Dtest_math.cpp1595 method = CV_LU; in get_test_array_types_and_sizes()
1686 ((method == CV_LU || method == CV_CHOLESKY) && (result == 0 || ratio < threshold)) || in prepare_to_validation()
1755 method = CV_LU; in get_test_array_types_and_sizes()
1809 if( method == CV_LU ) in prepare_to_validation()