How to create a 3d ndarray from 1d ndarrays
I’d like to create a 3d ndarray to represent co-ordinates from three 1d ndarrays similar to how numpy’s meshgrid works. e.g. what is the rust equivalent for python’s:
I’d like to create a 3d ndarray to represent co-ordinates from three 1d ndarrays similar to how numpy’s meshgrid works. e.g. what is the rust equivalent for python’s: