Click or drag to resize

VectorStorageT Class

[Missing <summary> documentation for "T:Altaxo.Calc.LinearAlgebra.Storage.VectorStorage`1"]

Inheritance Hierarchy

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
[SerializableAttribute]
public abstract class VectorStorage<T> : IEquatable<VectorStorage<T>>
where T : struct, new(), IEquatable<T>, IFormattable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Altaxo.Calc.LinearAlgebra.Storage.VectorStorage`1"]

The VectorStorageT type exposes the following members.

Constructors
 NameDescription
Protected methodVectorStorageTInitializes a new instance of the VectorStorageT class
Top
Properties
 NameDescription
Public propertyIsDense True if the vector storage format is dense.
Public propertyItem Gets or sets the value at the given index, with range checking.
Top
Methods
 NameDescription
Public methodAsArray 
Public methodAt(Int32) Retrieves the requested element without range checking.
Public methodAt(Int32, T) Sets the element without range checking.
Public methodClear 
Public methodClear(Int32, Int32) 
Public methodCopySubVectorTo 
Public methodCopyTo 
Public methodCopyToColumn 
Public methodCopyToRow 
Public methodCopyToSubColumn 
Public methodCopyToSubRow 
Public methodEnumerate 
Public methodEnumerateIndexed 
Public methodEnumerateNonZero 
Public methodEnumerateNonZeroIndexed 
Public methodEquals(Object) Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object))
Public methodEquals(VectorStorageT) Indicates whether the current object is equal to another object of the same type.
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFind 
Public methodFind2TOther 
Public methodFold2TOther, TState 
Public methodGetHashCode Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodMap2To 
Public methodMapIndexedInplace 
Public methodMapIndexedToTU 
Public methodMapInplace 
Public methodMapToTU 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToArray 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldLength 
Protected fieldStatic memberZero 
Top
See Also