QuantEcon / Gensys.jl

A Julia version of Gensys (Sims 2000)
5 stars 11 forks source link

result type? #3

Open sglyon opened 7 years ago

sglyon commented 7 years ago

Would it be helpful to package up the return from calling gensys into a very thin type?

Returning a 9 element tuple feels natural in matlab with varargout, but not really in julia/python