The BaseArrayT generic type exposes the following members.
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 | |
---|---|---|
![]() | 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] |