On Wed, Nov 19, 2008 at 8:14 AM, Alan G Isaac <[EMAIL PROTECTED]> wrote:
> If if look at help(np.linalg.solve) I am > told what it does but not how it does it. > If I look at > http://www.scipy.org/doc/numpy_api_docs/numpy.linalg.linalg.html#solve > there is even less info. I'll guess the > algorithm is Gaussian elimination, but how > would I use the documentation to confirm this? > (Shouldn't I be able to?) > I don't think possible differences from the "lite" > version are a reason for saying nothing... > Gaussian elimination with pivoting, I believe. Chuck
_______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
