Matrix<T>.ColumnwiseComponents Property

Enumerates the elements of the matrix column by column.

Definition

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

Property Value

IEnumerable<T>

See Also