Hi everyone,

First, thanks for all the functionality in ublas. It looks like a lot of effort and thought has gone into the design and implementation of the package, and i appreciate its availability, and the great support on this list. I especially want to express my gratitude to Gunter who seems to be the main person actively supporting and adding functionality to sparse matrices and algorithms, which I think is the biggest strength of uBlas.


I keep getting the error that nnz() is not defined for compressed vectors, when compiling. ANy ideas why? Looking at vector_sprase.hpp it seems that everything should work properly, but perhaps there is some template trick I am missing?

I get similar errors for compressed_matrix:: insert_element()

Thanks in advance.

John