QuantEcon / ContinuousDPs.jl

Continuous state dynamic programming
BSD 3-Clause "New" or "Revised" License
13 stars 10 forks source link

Change set_eval_nodes! to accept s_nodes_coord #14

Closed oyamad closed 6 years ago

sglyon commented 6 years ago

This looks great. I think we could also have another method that accepts the matrix version (i.e. post gridmake), but that will become more clear once the struct for holding V, X, and resid is implemented