Re: New keyword name for linalg.lu
Ilhan Polat <[email protected]> Tue, 25 Apr 2023 02:27:48 +0200
| Newsgroups | gmane.comp.python.scientific.devel |
|---|---|
| Message-ID | <CAEBuzr-ruZzxW5ErAXw1zJcmPhk0TajdK+n5cVOrg0Xi4eD7yA@mail.gmail.com> |
Another use case, typically, is to factor once and use it I on multiple right hand sides for linear equations. You might not yet have access to the right hand side but don't want to pay decomposition cost each time for Ax = b1 Ax = b2 And so on. Basically a quick hack to accommodate the use case with a low-level function instead of providing a cached operator, done in the very early times. In hindsight it's easy to criticize but it filled an important void for quite some time. On Tue, Apr 25, 2023, 02:08 Jake Bowhay <[email protected]> wrote: > Thanks for the explanation, that makes sense to me > _______________________________________________ > SciPy-Dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/scipy-dev.python.org/ > Member address: [email protected] > _______________________________________________ SciPy-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/scipy-dev.python.org/ Member address: [email protected]