[Numpy-discussion] question about the documentation of linalg.solve

Alan G Isaac aisaac at american.edu
Wed Nov 19 10:14:33 EST 2008


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




More information about the NumPy-Discussion mailing list