World's most popular travel blog for travel bloggers.

[Solved]: Parallel algorithm for LU-decomposition

, , No Comments
Problem Detail: 

I need to implement LU-decomposition in Kaira. In Kaira the programmer writes the "parallel part" as the diagram similar to Petri Nets.

So, could you, please, recommend me some parallel algorithms for LU-decomposition which are really easy to understand and implement? The low difficulty of the implementation has the highest priority for me, because I'm not very familiar with Kaira and I'm in hurry a little.

I looked at a Fined-grained LU-factorization, but I'm curious if some other algorithms are used.

Asked By : Eenoku

Answered By : Eenoku

Finally I've found some decriptions of these algorithms here.

Best Answer from StackOverflow

Question Source : http://cs.stackexchange.com/questions/37098

0 comments:

Post a Comment

Let us know your responses and feedback