This url <a href="http://www.rexx.com/~dkuhlman/scipy_course_01.html">http://www.rexx.com/~dkuhlman/scipy_course_01.html</a> seems to
keep turning up in my searches for numpy and scipy things,<br>
but many of the linalg operations it lists don't seem to exist in recent versions of numpy (or scipy).  <br><br>Some of them are:<br>
<br>
* norm<br>* factorizations: lu, lu_factor, lu_solve, qr<br>* iterative solvers: cg, cgs, gmres etc.<br><br clear="all">Did these things used to exist in Numeric but they haven't been ported over?  Will they be re-introduced sometime?
<br><br>In the short term, the one I'm after right now is LU decompose and solve functionality.  Anyone have a numpy implementation?<br><br>--Bill Baxter<br>