Dense Matrix<T, TSlice, TStorage2D>.Dense Storage Property
Gets the 2D array used to store the elements of the matrix.
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 TStorage2D DenseStorage { get; set; }