Thread Previous • Date Previous • Date Next • Thread Next |
Johan Hoffman wrote:
I would be happy to help out, for example with renaming or updating the manual. Although, I seem to have some problems compiling the current dolfin hg version. Anyone who recognize this? Is there a bug, or do I have some problem with my linking? /Johan
/usr/include/boost/numeric/ublas/vector_of_vector.hpp:17:2: #error class generalized_vector_of_vector is experiment and currently does not work
This could be the problem. Which version of Boost are you using? I'm using 1.33. generalized_vector_of_vector is new in uBlas. Sparse matrices are first assembled into a generalized_vector_of_vector matrix (which is fast) and then converted to a compressed row matrix.
Garth
Thread Previous • Date Previous • Date Next • Thread Next |