DenseVector<T, TStorage>.Storage Property

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

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public TStorage Storage { get; set; }

Property Value

TStorage

See Also