Matrix<T>.ColumnwiseComponents Property

Enumerates the elements of the matrix column by column.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual IEnumerable<T> ColumnwiseComponents { get; }

Property Value

IEnumerable<T>

See Also