Searched refs:solveLP (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/modules/core/test/ |
D | test_lpsolver.cpp | 52 cv::solveLP(A,B,z); in TEST() 63 cv::solveLP(A,B,z); in TEST() 74 cv::solveLP(A,B,z); in TEST() 89 cv::solveLP(A,B,z); in TEST() 104 int res=cv::solveLP(A,B,z); in TEST() 117 int res=cv::solveLP(A,B,z); in TEST() 134 int res=cv::solveLP(A,B,z); in TEST()
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | optim.hpp | 296 CV_EXPORTS_W int solveLP(const Mat& Func, const Mat& Constr, Mat& z);
|
/external/opencv3/modules/core/src/ |
D | lpsolver.cpp | 94 int solveLP(const Mat& Func, const Mat& Constr, Mat& z){ in solveLP() function
|