opencv/modules/optim
Alex Leontiev c123974f42 Eliminated all the calls to std::find()
This is done by keeping indexToRow vector, that keeps the information,
opposite to those kept by N and B. That is, while N and B help to
determine which variable corresponds to given column in column-vector c
or row in matrix b, indexToRow helps to determine the corresponding
row/column for a given variable.

At this point, I'm waiting for comments from pull request reviewer and
not working on any upgrades. Comments are appreciated, as usual.
2013-07-20 15:14:02 +03:00
..
doc Convenience fixes 2013-07-11 22:05:14 +03:00
include/opencv2 Eliminated all the calls to std::find() 2013-07-20 15:14:02 +03:00
src Eliminated all the calls to std::find() 2013-07-20 15:14:02 +03:00
test Eliminated all the calls to std::find() 2013-07-20 15:14:02 +03:00
CMakeLists.txt Created skeleton for simplex method. 2013-06-24 20:27:11 +03:00