Vector |
[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.Storage.VectorStorage`1"]
[SerializableAttribute] public abstract class VectorStorage<T> : IEquatable<VectorStorage<T>> where T : struct, new(), IEquatable<T>, IFormattable
[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Storage.VectorStorage`1"]
The VectorStorageT type exposes the following members.
| Name | Description | |
|---|---|---|
| VectorStorageT | Initializes a new instance of the VectorStorageT class |
| Name | Description | |
|---|---|---|
| IsDense | True if the vector storage format is dense. | |
| Item | Gets or sets the value at the given index, with range checking. |
| Name | Description | |
|---|---|---|
| AsArray | ||
| At(Int32) | Retrieves the requested element without range checking. | |
| At(Int32, T) | Sets the element without range checking. | |
| Clear | ||
| Clear(Int32, Int32) | ||
| CopySubVectorTo | ||
| CopyTo | ||
| CopyToColumn | ||
| CopyToRow | ||
| CopyToSubColumn | ||
| CopyToSubRow | ||
| Enumerate | ||
| EnumerateIndexed | ||
| EnumerateNonZero | ||
| EnumerateNonZeroIndexed | ||
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object)) | |
| Equals(VectorStorageT) | Indicates whether the current object is equal to another object of the same type. | |
| 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 | ||
| Find2TOther | ||
| Fold2TOther, TState | ||
| GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Map2To | ||
| MapIndexedInplace | ||
| MapIndexedToTU | ||
| MapInplace | ||
| MapToTU | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToArray | ||
| ToString | Returns a string that represents the current object. (Inherited from Object) |