Table of Contents

Enum NPY_ORDER

Namespace
NumSharp.Backends.Iteration
Assembly
NumSharp.dll

Iteration order enumeration matching NumPy's NPY_ORDER.

public enum NPY_ORDER
Extension Methods

Fields

NPY_KEEPORDER = 0

Keep existing order.

NPY_CORDER = 1

Force C (row-major) order.

NPY_FORTRANORDER = 2

Force Fortran (column-major) order.

NPY_ANYORDER = 3

Any order that allows contiguous access.