Re: ublas_matrix.hpp
"Thomas Klimpel" <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <trinity-04e0be0b-6fb7-4b20-a09b-9a9b66951541-1431534746835@3capp-gmx-bs33> |
Seth J Waldecker wrote: > Ok, I will try the includes that you suggested. I made a typo. The address is actually https://svn.boost.org/svn/boost/sandbox/numeric_bindings-v1/ > I also noticed that the atlas bindings appear to be removed. > Are they incorporated in some other way, or have they indeed been removed? They are still incorporated, only the mechanism is more transparent now: // // The BLAS-backend is selected by defining a pre-processor variable, // which can be one of // * for CBLAS, define BOOST_NUMERIC_BINDINGS_BLAS_CBLAS // * for CUBLAS, define BOOST_NUMERIC_BINDINGS_BLAS_CUBLAS // * netlib-compatible BLAS is the default // // // The LAPACK-backend for gesv is selected by defining a pre-processor // variable, which can be one of // * for ATLAS's CLAPACK, define BOOST_NUMERIC_BINDINGS_LAPACK_CLAPACK // * netlib-compatible LAPACK is the default // Regards, Thomas Klimpel