ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Options of array semantics. This enum is used to switch the behavior of ArrayT and Co. between ILNumerics version 4 (Matlab, Julia, etc.) and numpy mode.
[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 | |
---|---|---|---|
ILNumericsV4 | 1 | Default indexing and array styles. Handles subarray / indexing expressions in the tradional way, similar to Matlab(R), octave and ILNumerics prior version 5. All arrays will be matrices. | |
numpy | 2 | Array handling and subarray / indexing expressions are handled similar to numpy. |
Remarks
[ILNumerics Core Module]
See Also