Dense Vector<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#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public ArraySlice<T> Storage { get; set; }