Subject: [Boost-bugs] [Boost C++ Libraries] #4442: Simple implementation of operator * for matrices with 0 complexity
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-07-15 22:47:25
#4442: Simple implementation of operator * for matrices with 0 complexity
------------------------------------------------+---------------------------
Reporter: Jesse Perla <jesseperla@â¦> | Owner: guwi17
Type: Patches | Status: new
Milestone: Boost 1.44.0 | Component: uBLAS
Version: Boost 1.44.0 | Severity: Problem
Keywords: |
------------------------------------------------+---------------------------
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
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4442> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:03 UTC