The RetArrayT1 generic type exposes the following members.
Name | Description | |
---|---|---|
C |
Create lazy, shallow clone of this array.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
flat |
Readonly iterator over the elements of this array in row-major order.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
IsColumnVector |
Determines whether this array has the shape of a column vector [n x 1].
(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
IsComplex |
Determines whether this array hosts complex elements.
(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
IsDisposed |
This flag indicates that an array is not to be used anymore.
(Inherited from BaseArray.)[ILNumerics Core Module] | |
IsEmpty |
Determines whether this array has empty dimensions and no elements.
(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
IsMatrix |
Determines whether this array has not more than two dimensions.
(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
IsNumeric |
Determines whether the element type of this array T1 is a numeric value type.
(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
IsRowVector |
Gets whether this array has the shape of a row vector, [1 x n].
(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
IsScalar |
Gets whether this array has the shape of a scalar, a single element [1 x 1].
(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
IsVector |
Gets whether this array is a row vector or a column vector.
(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemInt64 |
Retrieves the value(s) of the element(s) at the position(s) specified by d0. Deep indexing for cells.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemUInt32 |
(TODO: add numpy indexing docu) Retrieves the value of the element at the position specified by d0 or set its value.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemBaseArray |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemBaseArray |
Gets a subarray from this array, ranges are based on an array of index arrays.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemDimSpec |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemDimSpec |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemInt64, Int64 |
Retrieves the value(s) of the element(s) at the position(s) specified by d0 and d1. Deep indexing for cells.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemUInt32, UInt32 |
(TODO: add numpy indexing docu) Retrieves the value of the element at the position specified by d0 and d1 or set its value.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemBaseArray, BaseArray |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemDimSpec, DimSpec |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemInt64, Int64, Int64 |
Retrieves the value(s) of the element(s) at the position(s) specified by d0 ... d2. Deep indexing for cells.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemUInt32, UInt32, UInt32 |
(TODO: add numpy indexing docu) Retrieves the value of the element at the position specified by d0 ... d2 or set its value.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemBaseArray, BaseArray, BaseArray |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemDimSpec, DimSpec, DimSpec |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemInt64, Int64, Int64, Int64 |
Retrieves the value(s) of the element(s) at the position(s) specified by d0 ... d3. Deep indexing for cells.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemUInt32, UInt32, UInt32, UInt32 |
(TODO: add numpy indexing docu) Retrieves the value of the element at the position specified by d0 ... d3 or set its value.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemBaseArray, BaseArray, BaseArray, BaseArray |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemDimSpec, DimSpec, DimSpec, DimSpec |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemInt64, Int64, Int64, Int64, Int64 |
Retrieves the value(s) of the element(s) at the position(s) specified by d0 ... d4. Deep indexing for cells.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemUInt32, UInt32, UInt32, UInt32, UInt32 |
(TODO: add numpy indexing docu) Retrieves the value of the element at the position specified by d0 ... d4 or set its value.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemBaseArray, BaseArray, BaseArray, BaseArray, BaseArray |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemDimSpec, DimSpec, DimSpec, DimSpec, DimSpec |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemInt64, Int64, Int64, Int64, Int64, Int64 |
Retrieves the value(s) of the element(s) at the position(s) specified by d0 ... d5. Deep indexing for cells.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemUInt32, UInt32, UInt32, UInt32, UInt32, UInt32 |
(TODO: add numpy indexing docu) Retrieves the value of the element at the position specified by d0 ... d5 or set its value.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemBaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemDimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemInt64, Int64, Int64, Int64, Int64, Int64, Int64 |
Retrieves the value(s) of the element(s) at the position(s) specified by d0 ... d6. Deep indexing for cells.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemUInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32 |
(TODO: add numpy indexing docu) Retrieves the value of the element at the position specified by d0 ... d6 or set its value.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemBaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray, BaseArray |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ItemDimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec, DimSpec |
Gets a subarray from this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
itemsize |
[numpy API] The number of bytes required to store a single element T1 in memory. [readonly]
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Length |
Gets the length of the longest dimension of this array or 0 if no such dimension exists.
(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
MaxValue | Obsolete.
Retrieves the maximum value among all elements of this array.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
MinValue | Obsolete.
Retrieves the minimum value among all elements of this array.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
nbytes |
[numpy API] The total number of bytes required to store all elements of this array. [readonly]
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ndim |
[numpy API] The number of dimensions stored for this array.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
ReferenceCount |
Counts the number of arrays currently referencing (sharing) the storage of this array.
(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
S |
Gets the dimension descriptor for this array (readonly). This is an alias for Size.
(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
shape |
[numpy API] The dimension lengths as ILNumerics vector of length corresponding to NumberOfDimensions.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
Size |
Gets the dimension descriptor for this array. [readonly]
(Inherited from ConcreteRetArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
size_ |
[numpy API] Gives the number of elements in this array. This attribute is an alias for NumberOfElements. [readonly]
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
strides |
[numpy API] The strides of elements within the dimensions. Unit: element size.
(Inherited from ImmutableT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] | |
T |
Return transposed version of this array.
(Inherited from ConcreteArrayT1, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] |