Dense Vector<T, TStorage>.Unsafe Storage Property
If available, gets a span slice over the elements of the vector.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public override SpanSlice<T> UnsafeStorage { get; }