ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Supported known storage orders for array elements.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
ColumnMajor | 1 | Column major, or first-to-last dimension ordering. (FORTRAN, Matlab, ILNumerics v4, Julia). | |
RowMajor | 2 | Row major, or last-to-first dimension ordering. (C-style, Java, .NET multi-dim). | |
Other | 4 | Other storage formats and any non-contiguous storages. |
Remarks
[ILNumerics Core Module]
See Also