HighDimensionalEconLab / DifferentiableStateSpaceModels.jl

MIT License
46 stars 1 forks source link

Add in toggle to matrixequations #110

Closed jlperla closed 2 years ago

jlperla commented 2 years ago

To add in somehing like

sylvester_solver = :MatrixEquations

As a default, where we can have it as :MatrixEquations vs. :GeneralizedSylvesterSolver and pick whichever one works the best for now.