Skip to content

Support for GeneralizedSylvesterSolver.jl solver #127

@jlperla

Description

@jlperla

There were previous attempts to integrate the https://github.com/DynareJulia/GeneralizedSylvesterSolver.jl but there was a bug in its usage.

The suspicon was that it was doing a loop and calling the sylvester solver inplace, but since the solver works "inplace" it might require adding new buffers or zeroing out buffers between calls in the iteration.

To do this:

If it is working well then

If it seems to win in the benchmarks version MatrixEquations and unit tetss pass, then leave that change in the toggle.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions