[Numpy-discussion] Fwd: Backslash operator A\b and np/sp.linalg.solve

Robert Kern robert.kern at gmail.com
Mon Jan 9 20:29:25 EST 2017


On Mon, Jan 9, 2017 at 5:09 PM, Ilhan Polat <ilhanpolat at gmail.com> wrote:

> So every test in the polyalgorithm is cheaper than the next one. I'm not
exactly sure what might be the best strategy yet hence the question. It's
really interesting that LAPACK doesn't have this type of fast checks.

In Fortran LAPACK, if you have a special structured matrix, you usually
explicitly use packed storage and call the appropriate function type on it.
It's only when you go to a system that only has a generic, unstructured
dense matrix data type that it makes sense to do those kinds of checks.

-- 
Robert Kern
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20170109/596867ea/attachment.html>


More information about the NumPy-Discussion mailing list