Sara Costa Romero on Thu, 19 Apr 2012 12:01:55 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

LU factorization for sparse matrices


Hi

I have some huge non-symmetric sparse systems I have to solve. Is there any LU factorization of sparse matrices or I have to consider them as dense? If there is not, can anyone give me an idea to minimize their fill factor preserving stability? It seems that if I preordering and stability do not match, one distrois the goods of the other.

Thanks