Le mercredi 19 novembre 2008 à 14:27 -0500, Alan G Isaac a écrit :
> So my question is not just what is the algorithm
> but also, what is the documentation goal?

Concerning the algorithm (only):
in Joshua answer, you have might have seen that solve is a wrapper to
lapack routines *gesv (z* or d* depending on the input type).

http://www.netlib.org/lapack/complex16/zgesv.f
and
http://www.netlib.org/lapack/double/dgesv.f
mention a LU decomposition with partial pivoting and row interchanges.
-- 
Fabricio

_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to