Home
last modified time | relevance | path

Searched refs:solveLP (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/core/test/
Dtest_lpsolver.cpp52 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/
Doptim.hpp296 CV_EXPORTS_W int solveLP(const Mat& Func, const Mat& Constr, Mat& z);
/external/opencv3/modules/core/src/
Dlpsolver.cpp94 int solveLP(const Mat& Func, const Mat& Constr, Mat& z){ in solveLP() function