• 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
3rdparty Loading commit data...
android Loading commit data...
apps Loading commit data...
cmake Loading commit data...
data Loading commit data...
doc Loading commit data...
include Loading commit data...
ios Loading commit data...
modules Loading commit data...
platforms Loading commit data...
samples Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CMakeLists.txt Loading commit data...
CONTRIBUTING.md Loading commit data...
README Loading commit data...
index.rst Loading commit data...