[SciPy-Dev] bicgstab

Stefan van der Walt stefanv at berkeley.edu
Fri Nov 2 02:20:14 EDT 2018


On Thu, 01 Nov 2018 13:10:53 -0600, Dieter Werthmüller wrote:
> Taking the opportunity for another question: Is it possible to create
> `LinearOperator`s with more than one input variable, and provide it to,
> e.g., `bigstabc`?

You can construct LinearOperators however you like, as long as they
provide the API outlined in the docstring of
`scipy.sparse.LinearOperator`.

I presumed you meant that you wanted to parameterize the construction of
your operator, but I may have misunderstood.

Best regards,
Stéfan


More information about the SciPy-Dev mailing list