Re: ublas_matrix.hpp

"Thomas Klimpel" <[email protected]>
Newsgroups gmane.comp.lib.boost.ublas
Message-ID <trinity-9282485e-8bca-4709-bab3-a21bc1f5882b-1431532898320@3capp-gmx-bs33>
Seth J Waldecker wrote:
> I checked a version of boost-numeric-bindings from https://svn.boost.org/svn/boost/sandbox/numeric_bindings/
>
> I have code that uses ublas_matrix.hpp and std_vector.hpp,
> but I have not been able to find these anywhere in the version that I downloaded.

If you just want to compile code from somebody else which uses an older version of numeric_bindings, then you can use

https://svn.boost.org/svn/boost/sandbox/numeric_bindings_v1/

instead.


> In an older version, these files were found in traits/. Is there reason why they have been removed?

The newer version is completely redesigned, so there are more significant changes than just removing these files. In the new version, you could include 

#include <boost/numeric/bindings/ublas.hpp>
#include <boost/numeric/bindings/std.hpp>

to include all implemented traits for containers from ublas and std library.


Regards,
 
Thomas Klimpel
_______________________________________________
ublas mailing list
[email protected]
http://lists.boost.org/mailman/listinfo.cgi/ublas
Sent to: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.