Opened 9 years ago
#9806 new Bugs
Possible bug in the transposition of a banded matrix (Boost uBLAS library)
Reported by: | Owned by: | Gunter | |
---|---|---|---|
Milestone: | To Be Determined | Component: | uBLAS |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | banded, transpose, matrix | Cc: |
Description
The attached small example crashes if line 17 is commented out.
In other words, it seems that it is not possible to assign the transpose of a banded matrix to an empty banded matrix.
Attachments (1)
Note:
See TracTickets
for help on using tickets.
A small example that shows the problem.