[scilab-Users] Umpfpack dll

Eric Jacquet-Lagrèze eric.jacquet-lagreze at eurodecision.com
Tue Apr 13 12:06:01 CEST 2010


Hello

Has someone experience using UMPFPACK library (dll under windows) ?

 

I would like to now how to access to the Umfpack method for solving spare
linear systems  using  scilab-5.2.1

 

A = sparse( [ 2  3  0  0  0;

              3  0  4  0  6; 

              0 -1 -3  2  0; 

              0  0  1  0  0; 

              0  4  2  0  1] );

b = [8 ; 45; -3; 3; 19];

 

Lusolve  works well

x=lusolve(A,b)

 x  =

 

    1.  

    2.  

    3.  

    4.  

    5.  

norm(A*x-b)

 ans  =

 

    0.  

But when I call umfpack, it does not find the dll:

>x = umfpack(b,"/",A) 

                     !--error 999 

Impossible de charger la bibliothèque umfpack.dll : La procédure spécifiée
est introuvable.

 

Nevertheless umfpack.dll exists in the directory  C:\Program
Files\scilab-5.2.1\bin  

 

Eric JACQUET-LAGREZE

EURODECISION

9A rue de la Porte de Buc 78000 VERSAILLES
Office : +33 (0)1 39 07 12 40
Mobile : +33 (0)6 07 32 36 23

www.eurodecision.com

 <http://www.eurodecision.com/> cid:image001.gif at 01CAB145.F4B20E50

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20100413/497d6465/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 3345 bytes
Desc: not available
URL: <https://lists.scilab.org/pipermail/users/attachments/20100413/497d6465/attachment.gif>


More information about the users mailing list