Opened 8 years ago
Last modified 6 years ago
#10045 new Bugs
boost::numeric::symmetric_matrix serialization code missing
Reported by: | Owned by: | Gunter | |
---|---|---|---|
Milestone: | To Be Determined | Component: | uBLAS |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description
boost::numeric::matrix<> and boost::numeric::vector<> have serialization implemented. boost::numeric::symmetric_matrix<> does not implement serialization:
/usr/local/ots/4/boost-1.55.0/include/boost/serialization/access.hpp:118:9: error: ‘class boost::numeric::ublas::symmetric_matrix<double>’ has no member named ‘serialize’
t.serialize(ar, file_version);
Attachments (3)
Change History (5)
comment:1 by , 8 years ago
Component: | None → uBLAS |
---|---|
Owner: | set to |
comment:2 by , 6 years ago
by , 6 years ago
Attachment: | symmetric.hpp added |
---|
Updated symmetric.hpp to support serialize function
by , 6 years ago
Attachment: | test_symmetric_matrix_serialization.cpp added |
---|
Test for symmetrix matrix serialization
by , 6 years ago
Attachment: | symmetric_matrix_serialize.cpp added |
---|
Example for symmetrix matrix serialization
Note:
See TracTickets
for help on using tickets.
I have added serialize function in boost/numeric/ublas/symmetric.hpp in my local copy.
I have even made tests (ublas/test/test_symmetric_matrix_serialization.cpp),
and example to show the function usage (ublas/doc/samples/symmetric_matrix_serialize.cpp)
I am attaching the three files in the attachments.
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:
remote: Permission to uBLAS/ublas.git denied to shivam5.
fatal: unable to access 'https[colon]github[dot]com/uBLAS/ublas[dot]git/': The requested URL returned error: 403
-Shivam Mittal
2015csb1032@…
Github : shivam5