Boost C++ Libraries: Ticket #3108: Storage organization of symmetric matrix https://svn.boost.org/trac10/ticket/3108 <p> I noticed that, if you instantiate<br /> <br /> <code>symmetric_matrix&lt;double,upper&gt;</code><br /> <br /> or<br /> <br /> <code>symmetric_matrix&lt;double,upper,row_major&gt;</code><br /> <br /> the storage organization is actually <code>column_major</code> (and vice versa if you had specified <code>column_major</code>). Storage organization specification is coherent with documentation only if <code>lower</code> is specified. You should point out in the documentation that storage organization is referred to the lower triangle of the matrix. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/3108 Trac 1.4.3 Gunter Mon, 22 Jun 2009 21:13:42 GMT <link>https://svn.boost.org/trac10/ticket/3108#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3108#comment:1</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/54232" title="see #3108, fixed a simple problem in symmetric.hpp (thx Michael), the ...">[54232]</a>) see <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3108" title="#3108: Bugs: Storage organization of symmetric matrix (closed: fixed)">#3108</a>, fixed a simple problem in symmetric.hpp (thx Michael), the storage layout still need more investigation. </p> </description> <category>Ticket</category> </item> <item> <author>micdestefano@…</author> <pubDate>Wed, 19 Aug 2009 09:07:36 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/3108#comment:2 https://svn.boost.org/trac10/ticket/3108#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> I've noticed that the storage organization implementation is coherent with the documentation in Boost 1.39.0 (I ran a test).<br /> <br /> So, from my point of view, there's nothing to do anymore.<br /> </p> Ticket Gunter Tue, 06 Oct 2009 23:53:21 GMT <link>https://svn.boost.org/trac10/ticket/3108#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/3108#comment:3</guid> <description> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/56627" title="see #3108 * merged [54232] into release ">[56627]</a>) see <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/3108" title="#3108: Bugs: Storage organization of symmetric matrix (closed: fixed)">#3108</a> </p> <ul><li>merged <a class="changeset" href="https://svn.boost.org/trac10/changeset/54232" title="see #3108, fixed a simple problem in symmetric.hpp (thx Michael), the ...">[54232]</a> into release </li></ul> </description> <category>Ticket</category> </item> </channel> </rss>