Opened 13 years ago
Closed 13 years ago
#3539 closed Bugs (fixed)
uBLAS: norm_inf returns incorrect output for complex vectors.
Reported by: | Owned by: | Gunter | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | uBLAS |
Version: | Boost 1.39.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The attached code shows that norm_inf returns an incorrect output for vector<complex> inputs.
I've tried it with VS using boost-1.39 and boost-1.40 as well as gcc4.4 on linux and mingw/windows with boost-1.39. They all return the incorrect output for norm_inf.
Attachments (1)
Change History (7)
by , 13 years ago
Attachment: | test_ublas.cpp added |
---|
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Milestone: | Boost 1.42.0 → Boost 1.43.0 |
---|---|
Status: | new → assigned |
fix will go into current release.
comment:4 by , 13 years ago
comment:6 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
test code that produces error