opencv/modules/optim
Alex Leontiev fe6a7e935d Fix qualifiers on aux functions for solveLP()
Change qualifiers on auxiliary functions (for solveLP() procedure) from
const (that does not have much sense) to static (that makes them
invisible for outside world and hopefully exacerbates optimization).
2013-07-11 09:52:13 +03:00
..
doc Cleaning the code of simplex method 2013-07-10 20:11:52 +03:00
include/opencv2 Preparation for pull request 2013-07-11 09:31:10 +03:00
src Fix qualifiers on aux functions for solveLP() 2013-07-11 09:52:13 +03:00
test Preparation for pull request 2013-07-11 09:31:10 +03:00
CMakeLists.txt Created skeleton for simplex method. 2013-06-24 20:27:11 +03:00