[ILNumerics Core Module]
ILNumericsBaseArray
ILNumericsBaseArrayT
ILNumericsDimSpec
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
The BaseArray type exposes the following members.
Name | Description | |
---|---|---|
BaseArray | Initializes a new instance of the BaseArray class |
Name | Description | |
---|---|---|
IsColumnVector |
Test if this array instance is a column vector
[ILNumerics Core Module] | |
IsComplex |
Determines if this array is of complex inner type.
[ILNumerics Core Module] | |
IsDisposed |
This flag indicates that an array is not to be used anymore.
[ILNumerics Core Module] | |
IsEmpty |
Test if this instance is an empty array (number of elements stored eqals 0).
[ILNumerics Core Module] | |
IsMatrix |
Test if this instance is a matrix.
[ILNumerics Core Module] | |
IsNumeric |
Determine if this array is of numeric inner type.
[ILNumerics Core Module] | |
IsRowVector |
Test if this array instance is a row vector.
[ILNumerics Core Module] | |
IsScalar |
Test if this instance is a scalar.
[ILNumerics Core Module] | |
IsVector |
Test if this array is a vector.
[ILNumerics Core Module] | |
Length |
Length of the longest dimension of this instance
[ILNumerics Core Module] | |
ReferenceCount |
Counts the number of arrays currently referencing the storage of this array.
[ILNumerics Core Module] | |
S |
Size descriptor determining the number, lengths and strides of the dimensions of this array. Alias to Size.
[ILNumerics Core Module] | |
Size |
Size descriptor determining the number, lengths and strides of the dimensions of this array.
[ILNumerics Core Module] |
Name | Description | |
---|---|---|
Equals |
Compare elements and shape of this array with another array.
(Overrides ObjectEquals(Object).)[ILNumerics Core Module] | |
GetElementType |
Gets the System.Type of the elements stored in this array.
[ILNumerics Core Module] | |
GetItem |
Retrieve the value of the element addressed by the sequential index in i.
[ILNumerics Core Module] | |
IsOfTypeElementType |
Tests if this array stores elements of type ElementType.
[ILNumerics Core Module] | |
ShortInfo |
Short textual summary of this instance, used for debug output
[ILNumerics Core Module] | |
ShortInfo(Boolean, Boolean, Boolean, Boolean) |
Short textual summary of this instance, select individual info components.
[ILNumerics Core Module] | |
ToStream | Obsolete.
Write values of this instance to a stream.
[ILNumerics Core Module] | |
ToString |
Creates a textual representation of a derived array and allows to control display parameters.
[ILNumerics Core Module] | |
ToXML |
Writes a XML string in XML file
[ILNumerics Core Module] |
Name | Description | |
---|---|---|
(Double to BaseArray) | ||
(String to BaseArray) |
Implicit cast from string to scalar RetArray<string>
[ILNumerics Core Module] | |
(complex to BaseArray) |
Implicit cast from scalar of typeof(A) to RetArray<typeof(A)>
[ILNumerics Core Module] | |
(fcomplex to BaseArray) |
Implicit cast from scalar of typeof(A) to RetArray<typeof(A)>
[ILNumerics Core Module] | |
(ILExpression to BaseArray) |
Wraps an ILNumerics expression (i.e.: simple operation with 'end' specifier) into a scalar array.
[ILNumerics Core Module] |
[ILNumerics Core Module]