DenseVectorStorageT Class |
[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.Storage.DenseVectorStorage`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 DenseVectorStorage<T> : VectorStorage<T>
where T : struct, new(), IEquatable<T>, IFormattable
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Storage.DenseVectorStorage`1"]
The DenseVectorStorageT type exposes the following members.
Properties Methods | Name | Description |
---|
| AsArray | (Overrides VectorStorageTAsArray) |
| 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) |
Indicates whether the current object is equal to another object of the same type.
(Inherited from 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 |
Serves as a hash function for a particular type.
(Inherited from VectorStorageT) |
| 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 See Also