Matrix<T>.Rowwise Components Property
Enumerates the elements of the matrix column by column.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public virtual IEnumerable<T> RowwiseComponents { get; }