views:

81

answers:

0

Hi

I've seen this topic about UMFPack and its usage. http://stackoverflow.com/questions/1242190/c-memory-efficient-solution-for-axb-linear-algebra-system

But I couldn't implement it in Visual Studio 2008!

I want to use C++ and UMFPACK to solve a triplet mode (Sparse Matrix) and nothing else! I dont wnat any report or something, I just want to define Ai, Aj , Ax in triplet mode and achieve my solution (X).

can any body help me and describe how I can do it!?

Thanks a lot