Delegate IndicesKernel
IL-emitted slab filler for np.indices. Writes the multi-axis
coordinate of each output position directly via blockwise SIMD memsets;
no per-element divmod or coord advance.
public delegate void IndicesKernel(long* result, long* dimStrides, long* dims, long ndim, long prod)
Parameters
resultlong*- IL-emitted slab filler for np.indices. Writes the multi-axis coordinate of each output position directly via blockwise SIMD memsets; no per-element divmod or coord advance.
dimStrideslong*- IL-emitted slab filler for np.indices. Writes the multi-axis coordinate of each output position directly via blockwise SIMD memsets; no per-element divmod or coord advance.
dimslong*- IL-emitted slab filler for np.indices. Writes the multi-axis coordinate of each output position directly via blockwise SIMD memsets; no per-element divmod or coord advance.
ndimlong- IL-emitted slab filler for np.indices. Writes the multi-axis coordinate of each output position directly via blockwise SIMD memsets; no per-element divmod or coord advance.
prodlong- IL-emitted slab filler for np.indices. Writes the multi-axis coordinate of each output position directly via blockwise SIMD memsets; no per-element divmod or coord advance.
- Extension Methods