Symmetric Matrix<T, TSlice, TStorage2D>.Unsafe Storage Memory 2D Property
If available, gets a 2D memory block over the elements of the matrix.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public override sealed Memory2D<T> UnsafeStorageMemory2D { get; }