• Alex Leontiev's avatar
    Convenience fixes · 6db2596c
    Alex Leontiev authored
    Attempting to fix issues pointed out by Vadim Pisarevsky during the pull
    request review. In particular, the following things are done:
    *) The mechanism of debug info printing is changed and made more
    procedure-style than the previous macro-style
    *) z in solveLP() is now returned as a column-vector
    *) Func parameter of solveLP() is now allowed to be column-vector, in
    which case it is understood to be the transpose of what we need
    *) Func and Constr now can contain floats, not only doubles (in the
    former case the conversion is done via convertTo())
    *)different constructor to allocate space for z in solveLP() is used,
    making the size of z more explicit (this is just a notation change, not
    functional, both constructors are achieving the same goal)
    *) (big) mat.hpp and iostream headers are moved to precomp-headers from
    optim.hpp
    6db2596c
Name
Last commit
Last update
..
androidcamera Loading commit data...
calib3d Loading commit data...
contrib Loading commit data...
core Loading commit data...
features2d Loading commit data...
flann Loading commit data...
gpu Loading commit data...
highgui Loading commit data...
imgproc Loading commit data...
java Loading commit data...
legacy Loading commit data...
ml Loading commit data...
nonfree Loading commit data...
objdetect Loading commit data...
ocl Loading commit data...
optim Loading commit data...
photo Loading commit data...
python Loading commit data...
softcascade Loading commit data...
stitching Loading commit data...
superres Loading commit data...
ts Loading commit data...
video Loading commit data...
videostab Loading commit data...
world Loading commit data...
CMakeLists.txt Loading commit data...
refman.rst.in Loading commit data...