From: Robert C. <cim...@nt...> - 2006-10-10 09:48:20
|
Karol Langner wrote: > Can someone give me a hint as to where in numpy the AMD and UMFpack libraries > are used, if at all? I ask, because they have their respective sections in > site.cfg.example in the trunk. AMD and UMFpack are optional parts of scipy.linsolve, so if you do not want them you can freely ignore the entries in site.cfg (or remove them). r. |