You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now know that the degopt form is quite naturally represented as two rectangular hessenberg matrices and a vector. It would be nice to have a pretty print of this ie an implementation of
function display(degopt::Degopt)
...
end
Similar to
(Preferably without adding package dependencies.)