Module meshgrid

Module meshgrid 

Source
Expand description

MATLAB-compatible meshgrid builtin with GPU-aware semantics.

Structs§

MeshgridEval
Holds the results of a meshgrid evaluation so multiple outputs can be materialised without recomputing the grid.

Constants§

FUSION_SPEC
GPU_SPEC

Functions§

evaluate
Evaluate the meshgrid builtin once and reuse the result for multiple outputs.