Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcxcore.h761 #define CV_LU 0 macro
768 int method CV_DEFAULT(CV_LU));
774 int method CV_DEFAULT(CV_LU));
/external/opencv3/modules/core/include/opencv2/core/
Dcore_c.h1341 #define CV_LU 0 macro
1350 int method CV_DEFAULT(CV_LU));
1356 int method CV_DEFAULT(CV_LU));
/external/opencv3/modules/core/test/
Dtest_math.cpp1535 method = CV_LU; in get_test_array_types_and_sizes()
1626 ((method == CV_LU || method == CV_CHOLESKY) && (result == 0 || ratio < threshold)) || in prepare_to_validation()
1695 method = CV_LU; in get_test_array_types_and_sizes()
1749 if( method == CV_LU ) in prepare_to_validation()
/external/opencv/cxcore/src/
Dcxmatrix.cpp958 else if( method != CV_LU ) in cvInvert()
1252 else if( method != CV_LU ) in cvSolve()
/external/opencv/cvaux/src/
Dcvlevmarprojbandle.cpp1458 cvInvert(workMatrVi,workMatrsInvVi[currV],CV_LU/*,&currV*/); in cvOptimizeLevenbergMarquardtBundle()