Re: ublas_matrix.hpp
Seth J Waldecker <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <[email protected]> |
Ok, I will try the includes that you suggested. I also noticed that the atlas bindings appear to be removed. Are they incorporated in some other way, or have they indeed been removed? Thanks, Seth > On May 13, 2015, at 12:01 PM, Thomas Klimpel <[email protected]> wrote: > > 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]