[ILNumerics Core Module]
ILNumericsBaseArray
ILNumericsBaseArrayT
ILNumerics.Core.ArraysConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Type Parameters
- T
- Element type
The BaseArrayT type exposes the following members.
Name | Description | |
---|---|---|
BaseArrayT | Initializes a new instance of the BaseArrayT class |
Name | Description | |
---|---|---|
IsColumnVector |
Test if this array instance is a column vector
(Inherited from BaseArray.)[ILNumerics Core Module] | |
IsComplex |
Determines if this array is of complex inner type.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
IsDisposed |
This flag indicates that an array is not to be used anymore.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
IsEmpty |
Test if this instance is an empty array (number of elements stored eqals 0).
(Inherited from BaseArray.)[ILNumerics Core Module] | |
IsMatrix |
Test if this instance is a matrix.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
IsNumeric |
Determine if this array is of numeric inner type.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
IsRowVector |
Test if this array instance is a row vector.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
IsScalar |
Test if this instance is a scalar.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
IsVector |
Test if this array is a vector.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
Length |
Length of the longest dimension of this instance
(Inherited from BaseArray.)[ILNumerics Core Module] | |
ReferenceCount |
Counts the number of arrays currently referencing the storage of this array.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
S |
Size descriptor determining the number, lengths and strides of the dimensions of this array. Alias to Size.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
Size |
Size descriptor determining the number, lengths and strides of the dimensions of this array.
(Inherited from BaseArray.)[ILNumerics Core Module] |
Name | Description | |
---|---|---|
Equals |
Compare elements and shape of this array with another array.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
GetElementType |
Gets the System.Type of the elements stored in this array.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
GetItem |
Retrieve the value of the element addressed by the sequential index in i.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
IsOfTypeElementType |
Tests if this array stores elements of type ElementType.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
ShortInfo |
Short textual summary of this instance, used for debug output
(Inherited from BaseArray.)[ILNumerics Core Module] | |
ShortInfo(Boolean, Boolean, Boolean, Boolean) |
Short textual summary of this instance, select individual info components.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
ToStream | Obsolete.
Write values of this instance to a stream.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
ToString |
Creates a textual representation of a derived array and allows to control display parameters.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
ToXML |
Writes a XML string in XML file
(Overrides BaseArrayToXML(XmlWriter).)[ILNumerics Core Module] |
Name | Description | |
---|---|---|
(Array to BaseArrayT) |
Implicitly convert system array A to a RetT array.
[ILNumerics Core Module] | |
(T to BaseArrayT) |
Implicitly convert system scalar A to a scalar array.
[ILNumerics Core Module] | |
(BaseArrayT to RetCell) |
Convert arbitrary ILNumerics array to a scalar (ret)cell.
[ILNumerics Core Module] | |
(BaseArrayT to Cell) |
Convert arbitrary ILNumerics array to a scalar cell.
[ILNumerics Core Module] | |
(BaseArrayT to InCell) |
Convert arbitrary ILNumerics array to a scalar (in)cell.
[ILNumerics Core Module] |
Name | Description | |
---|---|---|
astypeTin, Tout |
[numpy API] Create a new array from generic input array, specify element type and storage order. This function is provided for compatibility with generic array types.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] | |
flattenT1 |
[numpy API] Returns a flattened copy of the source array. This is the same as ravelT1(BaseArrayT1, StorageOrders). See remarks for details.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] | |
GetValueT(Int64) | Overloaded.
Retrieves the value of the element at the position as specified by d0. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] | |
GetValueT(Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 and d1. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] | |
GetValueT(Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d2. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] | |
GetValueT(Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d3. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] | |
GetValueT(Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d4. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] | |
GetValueT(Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d5. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] | |
GetValueT(Int64, Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
Retrieve the value of the element at the position specified by d0 ... d6. Int64 indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] | |
IndexIteratorT |
Efficient iterator over generic (but numeric!) type elements for use in indexing.
(Defined by ExtensionMethods.)[ILNumerics Core Module] | |
itemT1(Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension index.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] | |
itemT1(Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] | |
itemT1(Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] | |
itemT1(Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] | |
itemT1(Int64, Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] | |
itemT1(Int64, Int64, Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] | |
itemT1(Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] | |
itemT1(Int64, Int64, Int64, Int64, Int64, Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] | |
IteratorT |
Efficient iterator over generic type elements for use in foreach loops.
(Defined by ExtensionMethods.)[ILNumerics Core Module] | |
ravelT1 |
[numpy API] Returns a flattened copy of the source array. This is the same as flattenT1(BaseArrayT1, StorageOrders). See remarks for details.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] |
[ILNumerics Core Module]