MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / af_grid

Function af_grid

src/api/c/window.cpp:61–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61af_err af_grid(const af_window wind, const int rows, const int cols) {
62 try {
63 if (wind == 0) { AF_ERROR("Not a valid window", AF_ERR_INTERNAL); }
64 forgeManager().setWindowChartGrid(wind, rows, cols);
65 }
66 CATCHALL;
67 return AF_SUCCESS;
68}
69
70af_err af_set_axes_limits_compute(const af_window window, const af_array x,
71 const af_array y, const af_array z,

Callers 1

gridMethod · 0.50

Calls 1

setWindowChartGridMethod · 0.80

Tested by

no test coverage detected