Opened 14 years ago

Closed 14 years ago

#2275 closed Bugs (fixed)

Recent ublas changes break existing code.

Reported by: John Maddock Owned by: Gunter
Milestone: Boost 1.37.0 Component: uBLAS
Version: Boost 1.36.0 Severity: Showstopper
Keywords: Cc:

Description

I'm seeing a lot of test failures from inside Boost.uBlas for example: http://beta.boost.org/development/tests/trunk/developer/output/Sandia-darwin-intel-boost-bin-v2-libs-math-test-test_remez-test-darwin-4-0-1-debug.html that appear to be caused by this recent change: http://svn.boost.org/trac/boost/changeset/48466/trunk/boost/numeric/ublas/triangular.hpp

Can this be fixed?

Many thanks,

John Maddock.

Attachments (1)

triangular_find.cpp (4.6 KB ) - added by anonymous 14 years ago.
some kind of unittest that verifies the solution

Download all attachments as: .zip

Change History (7)

comment:1 by Gunter, 14 years ago

Status: newassigned

comment:2 by Gunter, 14 years ago

I already expected this problem because I only fixed the triangular matrices but not the adaptors. IMO the fix should be quite simple.

comment:3 by Gunter, 14 years ago

Resolution: fixed
Status: assignedclosed

(In [48523]) - fix and close #2275

  • added missing changes of triangular_adaptor (see rev. 48466)
  • fixed order of arguments in functional basic_strict_lower::global_restrict1(...)

by anonymous, 14 years ago

Attachment: triangular_find.cpp added

some kind of unittest that verifies the solution

comment:4 by Gunter, 14 years ago

Resolution: fixed
Status: closedreopened

from regression test I see that more classes have to be fixed.

comment:5 by Gunter, 14 years ago

(In [48676]) - see #2275

  • fix symmetric and hermitian matrix

comment:6 by Gunter, 14 years ago

Resolution: fixed
Status: reopenedclosed

all fixes have been committed now.

Note: See TracTickets for help on using tickets.