Boost C++ Libraries: Ticket #4442: Simple implementation of operator * for matrices with 0 complexity https://svn.boost.org/trac10/ticket/4442 <p> The following is a simple implementation of operator * for matrix-matrix and matrix-vector which simply forwards to the existing prod() implementation. </p> <p> Since nested products A * B * C can't work yet, it does a compile time check to make sure this isn't occuring. </p> <p> See attached patch and test file. Note that this also has patched changes for ticket <a class="new ticket" href="https://svn.boost.org/trac10/ticket/4441" title="#4441: Bugs: SFINAE for operator * breaking auto differentiation code (new)">#4441</a> built in </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4442 Trac 1.4.3 Jesse Perla <jesseperla@…> Thu, 15 Jul 2010 22:47:56 GMT attachment set https://svn.boost.org/trac10/ticket/4442 https://svn.boost.org/trac10/ticket/4442 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">operator_star_enable_if.patch</span> </li> </ul> Ticket Jesse Perla <jesseperla@…> Thu, 15 Jul 2010 22:48:20 GMT attachment set https://svn.boost.org/trac10/ticket/4442 https://svn.boost.org/trac10/ticket/4442 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">test_boost_ublas_operators.cpp</span> </li> </ul> Ticket David Bellot Mon, 26 Jul 2010 12:38:42 GMT owner, version, status, milestone changed; cc set https://svn.boost.org/trac10/ticket/4442#comment:1 https://svn.boost.org/trac10/ticket/4442#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">David Bellot</span> added </li> <li><strong>owner</strong> changed from <span class="trac-author">Gunter</span> to <span class="trac-author">David Bellot</span> </li> <li><strong>version</strong> <span class="trac-field-old">Boost 1.44.0</span> → <span class="trac-field-new">Boost Development Trunk</span> </li> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.44.0</span> → <span class="trac-field-new">To Be Determined</span> </li> </ul> <p> as 1.44 has been closed already, I'm changing the Milestone. Hopefully, we will have a full version for 1.45. </p> Ticket maxim.yegorushkin@… Thu, 01 Aug 2013 12:18:50 GMT <link>https://svn.boost.org/trac10/ticket/4442#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/4442#comment:2</guid> <description> <p> When is this functionality expected to merged into a boost release please? </p> </description> <category>Ticket</category> </item> </channel> </rss>