DenseVector<T>.Storage Property

Returns the array slice that is used to store the elements of the vector.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public ArraySlice<T> Storage { get; set; }

Property Value

ArraySlice<T>

See Also