HARK icon indicating copy to clipboard operation
HARK copied to clipboard

replace tiling operations for creating grids with np.meshgrid

Open sbenthall opened this issue 4 years ago • 1 comments

see discussion in #625 https://github.com/econ-ark/HARK/issues/625#issuecomment-768418303

np.meshgrid can replace and simplify some of the complex grid building code currently done with np.tiling

sbenthall avatar Jan 27 '21 22:01 sbenthall