Boost logo

Ublas :

Subject: [ublas] [bindings][UMFPack]A bug may be found in UMFPack Bindings
From: Cheng Wei (chengwei_at_[hidden])
Date: 2009-10-26 05:06:49


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?

Cheng Wei
Tongji University, Shanghai, China.

-- 
View this message in context: http://www.nabble.com/-bindings--UMFPack-A-bug-may-be-found-in-UMFPack-Bindings-tp26056299p26056299.html
Sent from the Boost - uBLAS mailing list archive at Nabble.com.