[SciPy-Dev] Sylvester equation solver for complex matrices

Charles R Harris charlesr.harris at gmail.com
Fri Feb 17 10:46:26 EST 2012


On Fri, Feb 17, 2012 at 8:29 AM, Warren Weckesser <
warren.weckesser at enthought.com> wrote:

>
>
> On Fri, Feb 17, 2012 at 8:58 AM, Jeffrey Armstrong <jba at sdf.lonestar.org>wrote:
>
>> On Thu, 16 Feb 2012, Warren Weckesser wrote:
>>
>>>
>>> scipy.linalg works for me.
>>>
>>>
>> I think placing them in scipy.linalg makes sense.  However, would placing
>> them outside of basic.py be the best course of action?  There'll be 4 new
>> solver functions for the continous and discrete forms of each equation
>> (Lyapunov and Riccati).
>
>
>
> They could go in a private module, say _solvers.py, and be imported into
> the scipy.linalg namespace in __init__.py.
>
>
_solvers.py sounds a bit generic, a more descriptive name might be better.


>
>
>>  Should they be referred to in the "Basics" section of the scipy.linalg
>> docs?  Someone had mentioned maybe having a "Solvers" section.
>>
>>
>
>
> A separate section on solvers sounds good to me.
>
>
Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20120217/5f555a7b/attachment.html>


More information about the SciPy-Dev mailing list