Initial commit for Conjugate Gradient method
authorAlex Leontiev <alozz1991@gmail.com>
Fri, 20 Sep 2013 07:12:48 +0000 (15:12 +0800)
committerAlex Leontiev <alozz1991@gmail.com>
Fri, 20 Sep 2013 07:12:48 +0000 (15:12 +0800)
commiteb1333d0a8942168d6c0a1e99a873dfc55237f37
treedb0a825d2ba8b072d2fab5acdd46a1c696faf3f3
parent0ecd7913f8a0623a64e84e926d4fc6bcaff80461
Initial commit for Conjugate Gradient method

Implementation is based on
http://www.cs.cmu.edu/~quake-papers/painless-conjugate-gradient.pdf

So far we only have basic interface and empty test. But it compiles at
least.
modules/optim/doc/optim.rst
modules/optim/include/opencv2/optim.hpp