[Bug 517] New: Getting submatrix fails in BOOST
| Submitted by Tinne De Laet on Thu, 2008-02-21 11:45. |
For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=517>
Summary: Getting submatrix fails in BOOST
Product: BFL
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: wrappers
AssignedTo: bfl@lists.mech.kuleuven.be
ReportedBy: tinne.delaet@mech.kuleuven.be
CC: bfl@lists.mech.kuleuven.be
Estimated Hours: 0.0
If you want to get a submatrix, not starting at the begin of the rows/columns,
the method failes.
e.g: matrix.sub(1,3,2,3)
Tinne

[Bug 517] Getting submatrix fails in BOOST
For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=517>
Tinne De Laet <tinne.delaet@mech.kuleuven.be> changed:
What |Removed |Added -------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|bfl@lists.mech.kuleuven.be |tinne.delaet@mech.kuleuven.b | |eCreated an attachment (id=239)
this should solve the bug
[Bug 517] Getting submatrix fails in BOOST
For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=517>
Tinne De Laet <tinne.delaet@mech.kuleuven.be> changed:
What |Removed |Added -------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXEDPatch applied in revision 28989.
Sending matrix/matrix_BOOST.cpp
Transmitting file data .
Committed revision 28989.
[Bug 517] Getting submatrix fails in BOOST
For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=517>
Created an attachment (id=240)
It does (partly), as good unit tests show (I think :-)
The following patch
Note that
this one
[Bug 517] Getting submatrix fails in BOOST
For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=517>
Klaas Gadeyne <klaas.gadeyne@fmtc.be> changed:
What |Removed |Added -------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | CC| |klaas.gadeyne@fmtc.be Target Milestone|0.6.2 |0.6.1Reopening so we don't forget about this one (see patch)
[Bug 517] Getting submatrix fails in BOOST
For more infomation about this bug, visit <https://www.fmtc.be/bugzilla/orocos/show_bug.cgi?id=517>
Tinne De Laet <tinne.delaet@mech.kuleuven.be> changed:
What |Removed |Added -------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXEDProposed patches applied in revision 29116.
(both tested for boost and lti)
Sending src/wrappers/matrix/matrix_BOOST.cpp
Sending src/wrappers/matrix/vector_BOOST.cpp
Sending tests/matrixwrapper_test.cpp
Transmitting file data ...
Committed revision 29116.
Tinne