DenseMatrix<T>.Storage Property

Gets the 2D array used to store the elements of the matrix.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Array2D<T> Storage { get; set; }

Property Value

Array2D<T>

Remarks

  Caution

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

See Also