[SciPy-dev] petsc - UMFPACK and scipy

Nils Wagner nwagner at iam.uni-stuttgart.de
Fri Apr 13 08:52:22 EDT 2007


Ondrej Certik wrote:
>> Unfortunately petsc4py has no tutorial.
>> http://www.cimec.org.ar/python/petsc4py.html#tutorial
>>
>> I guess that many users prefer well documented packages.
>>     
>
> Well, is there a tutorial for umfpack in scipy? I only found this:
>
> http://www.scipy.org/doc/api_docs/scipy.sparse.html
>
> But that's about the same amount of documentation as the petsc4py has
> in form of the docstrings.
>
> Ondrej
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev
>   
Try
>>> from scipy import *
>>> help (linsolve)

Nils





More information about the SciPy-Dev mailing list