ControlSystems.jl
ControlSystems.jl copied to clipboard
Matrix equations with different matrix types
The following doesn't work for example
lyap(randn(3,3), Symmetric(randn(3, 3)))
I think that we should consider to start using MatrixEquations
.