ILNumerics - Technical Application Development
Top
The LogicalStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Assign | (Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.) |
![]() | Clone |
Creates a shallow copy of this storage. Does not copy the handles but only the storage object.
(Overrides BaseStorageT, LocalT, InT, OutT, RetT, StorageTClone.)[ILNumerics Core Module] |
![]() | CreateSelf4Reshape |
Prepares the return storage. Commonly, this copies the values if needed or gives a self-reference. This function is here to enable CellStorage to override.
(Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] |
![]() | Detach |
Makes sure that this array / storage can be written to without affecting any other arrays may sharing data, enabling write access.
(Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] |
![]() | Dispose |
Disposes this storage. This releases all attached objects and transfers the storage and associated objects to the pools.
(Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] |
![]() | getCheckIterator | (Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.) |
![]() | GetEnumerator |
Enumerator returning elements as T.
(Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] |
![]() | GetHashCode |
Generate a hash code based on the current element values.
(Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] |
![]() | New |
Create a new memory handle of elementLength elements of the natural element type of this storage.
(Overrides BaseStorageT, LocalT, InT, OutT, RetT, StorageTNew(UInt64, Boolean).)[ILNumerics Core Module] |
![]() | Release | (Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.) |
![]() | Retain | (Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.) |
![]() | SetValue |
Helper method delegating array (long*) indices to individual SetValue(d0,d1,..) dimensional indices. Used by Cells deep indexing.
(Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] |
![]() | ShortInfo |
Gives a short description about the type, shape and a few element values of this storage.
(Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] |
![]() | ShortInfo(Boolean, Boolean, Boolean, Boolean, Boolean) |
Gives a short description. Allows to disable individual info.
(Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] |
![]() | ToStream | (Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.) |
![]() | ToString |
Create a textual representation of this storage.
(Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] |
![]() | ToString(UInt32, UInt32, StorageOrders, Boolean, Boolean, NullableInt32) | (Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.) |
![]() | ToStringScaling | (Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.) |
![]() | WriteTo_ML_BSDIter_T |
Copies values from value, regardless of shape(!) to the parts of this storage as determined by outBSD. No broadcasting!
(Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.)[ILNumerics Core Module] |
![]() | WriteTo_ML_IterIter_T | (Inherited from BaseStorageT, LocalT, InT, OutT, RetT, StorageT.) |
See Also