Boost C++ Libraries: Ticket #8484: [ublas] allow user-defined oeprator/ for matrices https://svn.boost.org/trac10/ticket/8484 <p> I would like to define the division operator for two matrices, but that is impossible right now as the matrix-skalar operator/ from ublas hides any other operator/ definition. This can be fixed very easily by adding an enable_if (see attached patch). Such enable_if are already used for other operators in ublas (e.g. multiplication) and the patch would hence be consistent with the rest of the code. Thanks </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/8484 Trac 1.4.3 mariomulansky Mon, 22 Apr 2013 15:11:29 GMT attachment set https://svn.boost.org/trac10/ticket/8484 https://svn.boost.org/trac10/ticket/8484 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">ublas_matrix_expression.patch</span> </li> </ul> <p> patch for matrix_expression.hpp </p> Ticket mariomulansky Wed, 22 May 2013 21:30:27 GMT owner changed https://svn.boost.org/trac10/ticket/8484#comment:1 https://svn.boost.org/trac10/ticket/8484#comment:1 <ul> <li><strong>owner</strong> changed from <span class="trac-author">Gunter</span> to <span class="trac-author">David Bellot</span> </li> </ul> Ticket