HomeSort by relevance Sort by last modified time
    Searched refs:solveLP (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/core/test/
test_lpsolver.cpp 52 cv::solveLP(A,B,z);
63 cv::solveLP(A,B,z);
74 cv::solveLP(A,B,z);
89 cv::solveLP(A,B,z);
104 int res=cv::solveLP(A,B,z);
117 int res=cv::solveLP(A,B,z);
134 int res=cv::solveLP(A,B,z);
  /external/opencv3/modules/core/include/opencv2/core/
optim.hpp 256 //! return codes for cv::solveLP() function
296 CV_EXPORTS_W int solveLP(const Mat& Func, const Mat& Constr, Mat& z);
  /external/opencv3/modules/core/src/
lpsolver.cpp 94 int solveLP(const Mat& Func, const Mat& Constr, Mat& z){
95 dprintf(("call to solveLP\n"));

Completed in 395 milliseconds