DenseMatrix<T, TSlice, TStorage2D>.DenseStorage 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.0
C#
public TStorage2D DenseStorage { get; set; }

Property Value

TStorage2D

Remarks

  Caution

Directly modifying the components of a matrix may lead to unexpected results.

See Also