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...
Thanks, Alan Isaac _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
