Opened 14 years ago

Closed 14 years ago

#2272 closed Bugs (fixed)

iterators of triangular matrices do not work

Reported by: Gunter Owned by: Gunter
Milestone: Boost 1.37.0 Component: uBLAS
Version: Boost 1.36.0 Severity: Problem
Keywords: Cc:

Description

the iterators do not work as expected and dereferencing a mutable iterator results in "invalid index"-exceptions or segfaults.

Attachments (1)

triangular_find.cpp (2.6 KB ) - added by Gunter 14 years ago.

Download all attachments as: .zip

Change History (2)

by Gunter, 14 years ago

Attachment: triangular_find.cpp added

comment:1 by Gunter, 14 years ago

Resolution: fixed
Status: newclosed

(In [48466]) - fix and close #2272

  • complete redesign of functionals lower, unit_lower and strict_lower
  • added new transpose_structure<L> class that converts a "lower" functional to an "upper" functional
  • fixed find1(...) and find2(...) methods of triangular_matrix
  • the attachement of taks #2272 now runs fine with gcc 4.1.2
Note: See TracTickets for help on using tickets.