[ILNumerics Core Module]
ILNumericsGlobals
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
The Globals type exposes the following members.
Name | Description | |
---|---|---|
BuildDate |
The date of the build of this module
[ILNumerics Core Module] | |
eps |
Double precision epsilon - the smallest absolute difference from 1.0.
[ILNumerics Core Module] | |
epsf |
Single precision epsilon - the smallest absolute difference from 1.0f.
[ILNumerics Core Module] | |
full |
Addresses the full dimension, from 0 ... end, step size 1.
[ILNumerics Core Module] | |
MachineKey |
The machine key of the computer / user account currently running on [readonly].
[ILNumerics Core Module] | |
MachineParameterDouble |
Give extensive numerical machine parameter informations - double precision
[ILNumerics Core Module] | |
MachineParameterSingle |
Give extensive numerical machine parameter informations - single precision
[ILNumerics Core Module] | |
pi |
The constant π as specified in PI.
[ILNumerics Core Module] | |
pif |
The constant π as specified in PI, single precision.
[ILNumerics Core Module] |
Name | Description | |
---|---|---|
r(Int64, Int64) |
Range for indexing / subarray operations. ILNumericsV4 / Matlab / Octave / Julia style.
[ILNumerics Core Module] | |
r(UInt32, UInt32) |
Range for indexing / subarray operations. ILNumericsV4 / Matlab / Octave / Julia style.
[ILNumerics Core Module] | |
r(BaseArray, BaseArray) |
Range for indexing / subarray operations. ILNumericsV4 / Matlab / Octave / Julia style. Step size: 1.
[ILNumerics Core Module] | |
r(BaseArray, ILExpression) |
Range for indexing / subarray operations. ILNumericsV4 / Matlab / Octave / Julia style. Step size: 1.
[ILNumerics Core Module] | |
r(ILExpression, BaseArray) |
Range for indexing / subarray operations. ILNumericsV4 / Matlab / Octave / Julia style. Step size: 1.
[ILNumerics Core Module] | |
r(ILExpression, ILExpression) |
Range for indexing / subarray operations. ILNumericsV4 / Matlab / Octave / Julia style. Step size: 1.
[ILNumerics Core Module] | |
r(Int64, Int64, Int64) |
Range for indexing / subarray operations. ILNumericsV4 / Matlab / Octave / Julia style.
[ILNumerics Core Module] | |
r(UInt32, UInt32, UInt32) |
Range for indexing / subarray operations. ILNumericsV4 / Matlab / Octave / Julia style.
[ILNumerics Core Module] | |
r(BaseArray, UInt64, BaseArray) |
Range for indexing / subarray operations. ILNumericsV4 / Matlab / Octave / Julia style.
[ILNumerics Core Module] | |
r(BaseArray, UInt64, ILExpression) |
Range for indexing / subarray operations. ILNumericsV4 / Matlab / Octave / Julia style.
[ILNumerics Core Module] | |
r(ILExpression, UInt64, BaseArray) |
Range for indexing / subarray operations. ILNumericsV4 / Matlab / Octave / Julia style.
[ILNumerics Core Module] | |
r(ILExpression, UInt64, ILExpression) |
Range for indexing / subarray operations. ILNumericsV4 / Matlab / Octave / Julia style.
[ILNumerics Core Module] | |
slice(Int64, Int64) |
Slice for indexing / subarray operations. numpy style.
[ILNumerics Core Module] | |
slice(UInt32, UInt32) |
Slice for indexing / subarray operations. Step size: 1. numpy style.
[ILNumerics Core Module] | |
slice(BaseArray, BaseArray) |
Slice for indexing / subarray operations. numpy style.
[ILNumerics Core Module] | |
slice(BaseArray, ILExpression) |
Slice for indexing / subarray operations. numpy style.
[ILNumerics Core Module] | |
slice(ILExpression, BaseArray) |
Slice for indexing / subarray operations. numpy style.
[ILNumerics Core Module] | |
slice(ILExpression, ILExpression) |
Slice for indexing / subarray operations. numpy style.
[ILNumerics Core Module] | |
slice(Int64, Int64, Int64) |
Slice for indexing / subarray operations. numpy style.
[ILNumerics Core Module] | |
slice(UInt32, UInt32, UInt32) |
Slice for indexing / subarray operations. numpy style.
[ILNumerics Core Module] | |
slice(BaseArray, BaseArray, UInt64) |
Slice for indexing / subarray operations. numpy style.
[ILNumerics Core Module] | |
slice(BaseArray, ILExpression, UInt64) |
Slice for indexing / subarray operations. numpy style.
[ILNumerics Core Module] | |
slice(ILExpression, BaseArray, UInt64) |
Slice for indexing / subarray operations. numpy style.
[ILNumerics Core Module] | |
slice(ILExpression, ILExpression, UInt64) |
Slice for indexing / subarray operations. numpy style.
[ILNumerics Core Module] |
Name | Description | |
---|---|---|
ellipsis |
Addresses all unspecified dimension as ':' / 'full'.
| |
end |
Identifier refering to the index of the last element in a dimension. Used in indexing expressions.
| |
newaxis |
Insert a new dimension. For ArrayStyle=numpy only.
|
[ILNumerics Core Module]