Hello all,<br> I am using ublas with umfpack bindings from the boost sandbox. I am very close to making this work with GotoAtlas. But for one small problem and would appreciate any help on this. <br><br>The following line in the bindings/traits/ublas_sparse.hpp gives error:<br> "assert (cm.filled1() == layout_type::size1 (cm.size1(), cm.size2()) + 1);"<br><br>It complains about the size1 functions as :<br>../Boost/boost/numeric/bindings/traits/ublas_sparse.hpp:73: error: `size1' is not a member of `boost::numeric::ublas::column_major'<br> <br>Any ideas?<br><br>Thanks<br>sandeep<br><br><br>