Opened 12 years ago
Last modified 9 years ago
#4442 assigned Patches
Simple implementation of operator * for matrices with 0 complexity
Reported by: | Owned by: | David Bellot | |
---|---|---|---|
Milestone: | To Be Determined | Component: | uBLAS |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: | David Bellot |
Description
The following is a simple implementation of operator * for matrix-matrix and matrix-vector which simply forwards to the existing prod() implementation.
Since nested products A * B * C can't work yet, it does a compile time check to make sure this isn't occuring.
See attached patch and test file. Note that this also has patched changes for ticket #4441 built in
Attachments (2)
Change History (4)
by , 12 years ago
Attachment: | operator_star_enable_if.patch added |
---|
by , 12 years ago
Attachment: | test_boost_ublas_operators.cpp added |
---|
comment:1 by , 12 years ago
Cc: | added |
---|---|
Milestone: | Boost 1.44.0 → To Be Determined |
Owner: | changed from | to
Status: | new → assigned |
Version: | Boost 1.44.0 → Boost Development Trunk |
comment:2 by , 9 years ago
When is this functionality expected to merged into a boost release please?
Note:
See TracTickets
for help on using tickets.
as 1.44 has been closed already, I'm changing the Milestone. Hopefully, we will have a full version for 1.45.