[bindings][UMFPack]A bug may be found in UMFPack Bindings

View: New views
1 Messages — Rating Filter:   Alert me  

[bindings][UMFPack]A bug may be found in UMFPack Bindings

by Cheng W. :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

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