Boost C++ Libraries: Ticket #10045: boost::numeric::symmetric_matrix serialization code missing https://svn.boost.org/trac10/ticket/10045 <p> boost::numeric::matrix&lt;&gt; and boost::numeric::vector&lt;&gt; have serialization implemented. boost::numeric::symmetric_matrix&lt;&gt; does not implement serialization: </p> <p> /usr/local/ots/4/boost-1.55.0/include/boost/serialization/access.hpp:118:9: error: ‘class boost::numeric::ublas::symmetric_matrix&lt;double&gt;’ has no member named ‘serialize’ </p> <blockquote> <p> t.serialize(ar, file_version); <sup> </sup></p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10045 Trac 1.4.3 viboes Sun, 18 May 2014 18:40:06 GMT component changed; owner set https://svn.boost.org/trac10/ticket/10045#comment:1 https://svn.boost.org/trac10/ticket/10045#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">Gunter</span> </li> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">uBLAS</span> </li> </ul> Ticket 2015csb1032@… Sun, 02 Apr 2017 10:57:36 GMT <link>https://svn.boost.org/trac10/ticket/10045#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10045#comment:2</guid> <description> <p> I have added serialize function in boost/numeric/ublas/symmetric.hpp in my local copy. </p> <p> I have even made tests (ublas/test/test_symmetric_matrix_serialization.cpp),<br /> and example to show the function usage (ublas/doc/samples/symmetric_matrix_serialize.cpp) </p> <p> I am attaching the three files in the attachments. </p> <p> I have committed the change in my local copy. Howevery, I need help to push it to the remote repository. I am getting this error:<br /> remote: Permission to uBLAS/ublas.git denied to shivam5.<br /> fatal: unable to access 'https[colon]<em>github[dot]com/uBLAS/ublas[dot]git/': The requested URL returned error: 403 </em></p> <p> -Shivam Mittal<br /> 2015csb1032@…<br /> Github : shivam5<br /> </p> </description> <category>Ticket</category> </item> <item> <author>2015csb1032@…</author> <pubDate>Sun, 02 Apr 2017 10:58:28 GMT</pubDate> <title>attachment set https://svn.boost.org/trac10/ticket/10045 https://svn.boost.org/trac10/ticket/10045 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">symmetric.hpp</span> </li> </ul> <p> Updated symmetric.hpp to support serialize function </p> Ticket 2015csb1032@… Sun, 02 Apr 2017 10:59:18 GMT attachment set https://svn.boost.org/trac10/ticket/10045 https://svn.boost.org/trac10/ticket/10045 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">test_symmetric_matrix_serialization.cpp</span> </li> </ul> <p> Test for symmetrix matrix serialization </p> Ticket 2015csb1032@… Sun, 02 Apr 2017 11:00:35 GMT attachment set https://svn.boost.org/trac10/ticket/10045 https://svn.boost.org/trac10/ticket/10045 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">symmetric_matrix_serialize.cpp</span> </li> </ul> <p> Example for symmetrix matrix serialization </p> Ticket