roboptim / roboptim-core

RobOptim Core Layer: interface and basic mathematical tools
http://www.roboptim.net
GNU Lesser General Public License v3.0
64 stars 35 forks source link

StructuredInput implemented, tested and documented #96

Closed Delca closed 9 years ago

Delca commented 9 years ago

Adding an utility to deal with block-structured input in functions (i.e. functions which input can be viewed as multiple contiguous blocks of data).

bchretien commented 9 years ago

:+1:

bchretien commented 9 years ago

Actually my bad, the test was failing. On forks the new coverity check failed since ${COVERITY_SCAN_BRANCH} isn't defined for them...

I guess the fail is due to the antediluvian Boost version (1.46.1), and something was fixed in the behavior of boost::conditional (like not trying to evaluate all of the branches when some of them should not be even considered in the first place).