Table of Contents

Class NDIterFlagMasks

Namespace
NumSharp.Backends.Iteration
Assembly
NumSharp.dll

Bit masks that partition the NDIter flag space into global (bits 0-15) and per-operand (bits 16-31) regions. Matches NumPy's NPY_ITER_GLOBAL_FLAGS and NPY_ITER_PER_OP_FLAGS macros.

public static class NDIterFlagMasks
Inheritance
NDIterFlagMasks
Inherited Members

Fields

NPY_ITER_GLOBAL_FLAGS

Mask covering NDIterGlobalFlags bits. (NPY_ITER_GLOBAL_FLAGS)

public const uint NPY_ITER_GLOBAL_FLAGS = 65535

Field Value

uint

NPY_ITER_PER_OP_FLAGS

Mask covering NDIterPerOpFlags bits. (NPY_ITER_PER_OP_FLAGS)

public const uint NPY_ITER_PER_OP_FLAGS = 4294901760

Field Value

uint