I have concern this mailing list for months, and I use uBlas and other packages in my program.
Yesterday, I found a sentence in umfpack.hpp (line 886) as
assert(traits::spmatrix_size1 (A) == traits::spmatrix_size1 (A));
but it seems to be
assert(traits::spmatrix_size1 (A) == traits::spmatrix_size2 (A));
Am I right, or some others have found it before?
Dr. Cheng W.,
School of Civil Engineering,
Tongji University,
Shanghai,
P. R. China