LAPACK bindings error
dmitrypek <[email protected]>
| Newsgroups | gmane.comp.lib.boost.ublas |
|---|---|
| Message-ID | <[email protected]> |
Hello, I would like to solve a linear system of equations Ax=b, using LAPACK bindings. I have installed the sandbox package and followed the examples I found on the Web. I get the following error when compiling: boost/numeric/bindings/detail/property_map.hpp:30:85: error: no type named 'property_map' in 'struct boost::numeric::bindings::detail::adaptor_access<boost::numeric::ublas::matrix<double>, void>' typedef typename mpl::at< typename adaptor_access<T>::property_map, Key >::type type; I would appreciate any ideas on what I can do. Thanks. -- View this message in context: http://boost.2283326.n4.nabble.com/LAPACK-bindings-error-tp4660582.html Sent from the Boost - uBLAS mailing list archive at Nabble.com.