SparseVectorStorageT Class |
[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.Storage.SparseVectorStorage`1"]
Inheritance Hierarchy Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax [SerializableAttribute]
public class SparseVectorStorage<T> : VectorStorage<T>
where T : struct, new(), IEquatable<T>, IFormattable
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Storage.SparseVectorStorage`1"]
The SparseVectorStorageT type exposes the following members.
Properties Methods | Name | Description |
---|
| AsArray | (Inherited from VectorStorageT) |
| At(Int32) |
Retrieves the requested element without range checking.
(Overrides VectorStorageTAt(Int32)) |
| At(Int32, T) |
Sets the element without range checking.
(Overrides VectorStorageTAt(Int32, T)) |
| Clear | (Overrides VectorStorageTClear) |
| Clear(Int32, Int32) | (Overrides VectorStorageTClear(Int32, Int32)) |
| CopySubVectorTo | (Inherited from VectorStorageT) |
| CopyTo | (Inherited from VectorStorageT) |
| CopyToColumn | (Inherited from VectorStorageT) |
| CopyToRow | (Inherited from VectorStorageT) |
| CopyToSubColumn | (Inherited from VectorStorageT) |
| CopyToSubRow | (Inherited from VectorStorageT) |
| Enumerate | (Overrides VectorStorageTEnumerate) |
| EnumerateIndexed | (Overrides VectorStorageTEnumerateIndexed) |
| EnumerateNonZero | (Overrides VectorStorageTEnumerateNonZero) |
| EnumerateNonZeroIndexed | (Overrides VectorStorageTEnumerateNonZeroIndexed) |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from VectorStorageT) |
| Equals(VectorStorageT) | (Overrides VectorStorageTEquals(VectorStorageT)) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| Find | (Overrides VectorStorageTFind(FuncT, Boolean, Zeros)) |
| Find2TOther | (Inherited from VectorStorageT) |
| Fold2TOther, TState | (Inherited from VectorStorageT) |
| GetHashCode |
Returns a hash code for this instance.
(Overrides VectorStorageTGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Map2To | (Inherited from VectorStorageT) |
| MapIndexedInplace | (Overrides VectorStorageTMapIndexedInplace(FuncInt32, T, T, Zeros)) |
| MapIndexedToTU | (Inherited from VectorStorageT) |
| MapInplace | (Overrides VectorStorageTMapInplace(FuncT, T, Zeros)) |
| MapToTU | (Inherited from VectorStorageT) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OfEnumerable | |
| OfIndexedEnumerable(Int32, IEnumerableTupleInt32, T) | |
| OfIndexedEnumerable(Int32, IEnumerableValueTupleInt32, T) | |
| OfInit | |
| OfValue | |
| OfVector | |
| ToArray | (Overrides VectorStorageTToArray) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
TopFields | Name | Description |
---|
| Indices |
Array that contains the indices of the non-zero values.
|
| Length | (Inherited from VectorStorageT) |
| ValueCount |
Gets the number of non-zero elements in the vector.
|
| Values |
Array that contains the non-zero elements of the vector.
|
TopSee Also