DenseMatrix<T>.RowwiseComponents Property

Enumerates the elements of the matrix row by row.

Definition

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

Property Value

IEnumerable<T>

See Also