The InArrayT generic type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) |
Test if this array equals another array.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Equals(ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT) |
Test if this array equals another array.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ExportValues |
(Expert API) Export (copy) values into System.Array.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Finish |
Waits for any pending operation writing to this array.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
GetArrayForRead |
Gets a copy of the array elements for read access.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
GetElementType |
Gets a Type object describing the element type T1.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
GetEnumerator |
Enumerator returning elements as T1 in column major order.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
GetHashCode |
Generate a hash code based on the current values.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
GetHostPointerForRead |
[Expert API - UNSAFE!] Acquire a read pointer to the memory storing the first element of this array.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
GetItem |
Retrieve the element addressed by the sequential index i.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
GetProfileInfo |
Returns the performance profiling information of the last command writing to this array, if available.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
IsOfTypeElementType |
Tests if this base array stores elements of type ElementType.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Reshape(Int64) |
Creates reshaped version of this array, accepts variable length arguments array.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Reshape(Int64, NullableStorageOrders) |
Create reshaped, 1 dimensional version of this array. Flattens the array to a vector.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Reshape(Int64, NullableStorageOrders) | Obsolete.
Creates reshaped version, accepts dimension lengths as array.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Reshape(UInt32, NullableStorageOrders) |
Creates reshaped version, accepts dimension lengths as array.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Reshape(Int64, Int64, NullableStorageOrders) |
Create reshaped version of this storage.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Reshape(Int64, Int64, Int64, NullableStorageOrders) |
Create reshaped version of this storage.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Reshape(Int64, Int64, Int64, Int64, NullableStorageOrders) |
Create reshaped version of this storage.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Reshape(Int64, Int64, Int64, Int64, Int64, NullableStorageOrders) |
Create reshaped version of this storage.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Reshape(Int64, Int64, Int64, Int64, Int64, Int64, NullableStorageOrders) |
Create reshaped version of this storage.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Reshape(Int64, Int64, Int64, Int64, Int64, Int64, Int64, NullableStorageOrders) |
Create reshaped version of this storage.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ReshapeIndT(BaseArrayIndT, NullableStorageOrders) |
Creates reshaped version, accepts dimension lengths as array.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ShortInfo |
Converts this array into a short textual representation, displaying the type, shape and a few element values.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ShortInfo(Boolean, Boolean, Boolean, Boolean) |
Short textual summary of this instance, select individual info components.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(DimSpec) |
Extract part from this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(DimSpec) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(BaseArray, BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(DimSpec, DimSpec) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(BaseArray, BaseArray, BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(DimSpec, DimSpec, DimSpec) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(BaseArray, BaseArray, BaseArray, BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(DimSpec, DimSpec, DimSpec, DimSpec) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(BaseArray, BaseArray, BaseArray, BaseArray, BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(DimSpec, DimSpec, DimSpec, DimSpec, DimSpec) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Subarray(DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec) |
Extract part of this array. Matlab® and numpy indexing.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ToStream | Obsolete.
Convert and store content of this array into a stream. This function is obsolete.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ToString |
Create textual description of this array. Limits the number of elements shown for very large arrays.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ToString(UInt32, UInt32, NullableStorageOrders, Boolean, Boolean, NullableInt32) |
Creates a textual representation of this array and allows to control display parameters.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ToXML |
Writes a XML string in XML file
(Inherited from BaseArrayT.)[ILNumerics Core Module] |
Name | Description | |
---|---|---|
flattenT |
[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] | |
itemT(Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension index.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] | |
itemT(Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] | |
itemT(Int64, Int64) | Overloaded.
[numpy API] Returns a single element from this array according to the provided dimension indices.
(Defined by ExtensionMethods.)[ILNumerics numpy Module] | |
itemT(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] | |
itemT(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] | |
itemT(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] | |
itemT(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] | |
itemT(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] | |
ravelT |
[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] |